Choreonoid
1.8
|
VRML IndexedLineSet node. More...
#include <VRML.h>
Public Member Functions | |
VRMLIndexedLineSet () | |
virtual const char * | typeName () const override |
Public Member Functions inherited from cnoid::VRMLGeometry | |
VRMLGeometry () | |
Public Member Functions inherited from cnoid::VRMLNode | |
VRMLNode () | |
virtual | ~VRMLNode () |
bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
virtual | ~Referenced () |
Public Attributes | |
VRMLColorPtr | color |
VRMLCoordinatePtr | coord |
MFInt32 | colorIndex |
SFBool | colorPerVertex |
MFInt32 | coordIndex |
Public Attributes inherited from cnoid::VRMLNode | |
std::string | defName |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
int | refCount () const |
Protected Attributes inherited from cnoid::VRMLNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML IndexedLineSet node.
VRMLIndexedLineSet::VRMLIndexedLineSet | ( | ) |
|
overridevirtual |
Implements cnoid::VRMLNode.
Reimplemented in cnoid::VRMLIndexedFaceSet.
VRMLColorPtr cnoid::VRMLIndexedLineSet::color |
MFInt32 cnoid::VRMLIndexedLineSet::colorIndex |
SFBool cnoid::VRMLIndexedLineSet::colorPerVertex |
VRMLCoordinatePtr cnoid::VRMLIndexedLineSet::coord |
MFInt32 cnoid::VRMLIndexedLineSet::coordIndex |