Abstract base class for various geometry nodes. More...
#include <Inventor/VRMLnodes/SoVRMLVertexShape.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFNode | coord |
SoSFNode | texCoord |
SoSFNode | normal |
SoSFNode | color |
SoSFBool | colorPerVertex |
SoSFBool | normalPerVertex |
Friends | |
class | SoPath |
SoVRMLVertexShape is an abstract base class for the SoVRMLIndexedFaceSet node.
NOTE: This class does not exist in Open Inventor 10.0 and later.SoSFNode | set_color |
SoSFNode | set_coord |
SoSFNode | set_normal |
SoSFNode | set_texCoord |
SoSFNode | set_metadata |
SoSFNode | color_changed |
SoSFNode | coord_changed |
SoSFNode | normal_changed |
SoSFNode | texCoord_changed |
SoSFNode | metadata_changed |
static SoType SoVRMLVertexShape::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLIndexedFaceSet, SoVRMLIndexedShape, SoVRMLTriangleFanSet, SoVRMLTriangleSet, and SoVRMLTriangleStripSet.
virtual SoType SoVRMLVertexShape::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLIndexedFaceSet, SoVRMLIndexedShape, SoVRMLTriangleFanSet, SoVRMLTriangleSet, and SoVRMLTriangleStripSet.
friend class SoPath [friend] |
An SoVRMLColor node whose colors are applied to the vertices or faces of the IndexedFaceSet.
If TRUE, colors are applied to the vertices of the IndexedFaceSet.
If FALSE, the colors are applied to the faces.
An SoVRMLCoordinate node defining the IndexedFaceSet.
An SoVRMLNormalNode containing the normals.
If NULL, the normals will be automatically generated.
If TRUE, normals are applied to the vertices of the IndexedFaceSet.
If FALSE, the normals are applied to the faces.