Abstract base class for SoVRMLIndexedLineSet. More...
#include <Inventor/VRMLnodes/SoVRMLVertexLine.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFNode | coord |
SoSFNode | color |
SoSFBool | colorPerVertex |
Friends | |
class | SoPath |
This node is an abstract base class for SoVRMLIndexedLineSet.
NOTE: This class does not exist in Open Inventor 10.0 and later.SoSFNode | set_color |
SoSFNode | set_coord |
SoSFNode | color_changed |
SoSFNode | coord_changed |
static SoType SoVRMLVertexLine::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLIndexedLine, and SoVRMLIndexedLineSet.
virtual SoType SoVRMLVertexLine::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLIndexedLine, and SoVRMLIndexedLineSet.
friend class SoPath [friend] |
An SoVRMLColor node whose colors are applied to the vertices or lines of the IndexedLineSet.
If TRUE, colors are applied to the vertices of the IndexedLineSet.
If FALSE, the colors are applied to the lines.
An SoVRMLCoordinate node defining the IndexedLineSet.