Abstract base class for the SoVRMLPointSet node.
More...
#include <Inventor/VRMLnodes/SoVRMLVertexPoint.h>
Public Member Functions | |
| virtual SoType | getTypeId () const |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
Public Attributes | |
| SoSFNode | coord |
| SoSFNode | color |
Friends | |
| class | SoPath |
Abstract base class for the SoVRMLPointSet node.
This node is the abstract base class for the SoVRMLPointSet node.
NOTE: This class does not exist in Open Inventor 10.0 and later.| SoSFNode | set_color |
| SoSFNode | set_coord |
| SoSFNode | set_metadata |
| SoSFNode | color_changed |
| SoSFNode | coord_changed |
| SoSFNode | metadata_changed |
| static SoType SoVRMLVertexPoint::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLPointSet.
| virtual SoType SoVRMLVertexPoint::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLPointSet.
friend class SoPath [friend] |
An SoVRMLColor node whose colors are applied to the points of the PointSet.
An SoVRMLCoordinate node defining the IndexedPointSet.