Abstract base class for the SoVRMLIndexedLineSet node. More...
#include <Inventor/VRMLnodes/SoVRMLIndexedLine.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFInt32 | coordIndex |
SoMFInt32 | colorIndex |
This node is an abstract base class for the SoVRMLIndexedLineSet node.
NOTE: This class does not exist in Open Inventor 10.0 and later.SoSFNode | set_color |
SoSFNode | set_coord |
SoMFInt32 | set_colorIndex |
SoMFInt32 | set_coordIndex |
SoSFNode | set_metadata |
SoSFNode | color_changed |
SoSFNode | coord_changed |
SoSFNode | metadata_changed |
static SoType SoVRMLIndexedLine::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLVertexLine.
Reimplemented in SoVRMLIndexedLineSet.
virtual SoType SoVRMLIndexedLine::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLVertexLine.
Reimplemented in SoVRMLIndexedLineSet.
The indices of the colors to use for the lines or vertices depending on the value of the colorPerVertex field.
If NULL, the colors are applied to each line of the SoVRMLIndexedLineSet in order.
Indices of the coordinates that the indexed line set uses as its vertices.
The coordinates connect to form the lines.