Coordinate node. More...
#include <Inventor/VRMLnodes/SoVRMLCoordinate.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLCoordinate () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFVec3f | point |
See the VRML97 Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the VRML97 specification that are not present in this help file. The complete VRML97 spec is available at http://www.web3d.org .
This node defines a set of 3D coordinates to be used in the coord field of vertex-based geometry nodes (such as SoVRMLIndexedFaceSet, SoVRMLIndexedLineSet, and SoVRMLPointSet).
point | [] |
metadata | NULL |
SoMFVec3f | set_point |
SoSFNode | set_metadata |
SoMFVec3f | point_changed |
SoSFNode | metadata_changed |
SoVRMLCoordinate::SoVRMLCoordinate | ( | ) |
Constructor.
static SoType SoVRMLCoordinate::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLNode.
Reimplemented in SoVRMLGeoCoordinate.
virtual SoType SoVRMLCoordinate::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLNode.
Reimplemented in SoVRMLGeoCoordinate.
Coordinate points.