Inheritance diagram for X3DComposedGeometryNode:
Definition at line 23 of file X3DComposedGeometryNode.h.
|
Constructor.
|
|
Constructs an X3DComposedGeometryNode from its attributes.
|
|
Virtual destructor.
|
|
Copy constructor.
|
|
Adds the child N. Returns FALSE if the child already exists or N is not a valid child. Reimplemented from X3DAbstractNode. |
|
Adds the sceneList to the children.
Reimplemented from X3DAbstractNode. |
|
Clones the node.
Reimplemented from X3DGeometry3DNode. Reimplemented in IndexedFaceSet, TriangleFanSet, TriangleSet, and TriangleStripSet. |
|
Gets the Ccw attribute.
Definition at line 68 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::ccw_. |
|
Gets the Color attribute.
Definition at line 60 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::color_. |
|
Gets the ColorPerVertex attribute.
Reimplemented in IndexedFaceSet. Definition at line 70 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::colorPerVertex_. |
|
Gets the Coord attribute.
Definition at line 62 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::coord_. |
|
Gets the Normal attribute.
Definition at line 64 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::normal_. |
|
Gets the NormalPerVertex attribute.
Definition at line 72 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::normalPerVertex_. |
|
Gets the Solid attribute.
Definition at line 74 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::solid_. |
|
Gets the TexCoord attribute.
Definition at line 66 of file X3DComposedGeometryNode.h. References X3DComposedGeometryNode::texCoord_. |
|
Loads the attributes from a X3DFileElement *.
Reimplemented from X3DAbstractNode. Reimplemented in IndexedFaceSet, TriangleFanSet, TriangleSet, and TriangleStripSet. |
|
Removes the child if exists. Returns TRUE if succeeds.
Reimplemented from X3DAbstractNode. |
|
Removes the sceneList to the children.
Reimplemented from X3DAbstractNode. |
|
Sets the Ccw attribute.
|
|
Sets the child N. Returns FALSE if N is not a valid child. If the child already exists then N becomes the new child. Reimplemented from X3DAbstractNode. |
|
Sets the Color attribute.
|
|
Sets the ColorPerVertex attribute.
|
|
Sets the Coord attribute.
|
|
Sets the Normal attribute.
|
|
Sets the NormalPerVertex attribute.
|
|
Sets the Solid attribute.
|
|
Sets the TexCoord attribute.
|
|
Writes the attributes of the node.
Reimplemented from X3DAbstractNode. Reimplemented in IndexedFaceSet, TriangleFanSet, TriangleSet, and TriangleStripSet. |
|
Ccw attribute.
Definition at line 108 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getCcw(). |
|
Color attribute.
Definition at line 100 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getColor(). |
|
ColorPerVertex attribute.
Definition at line 110 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getColorPerVertex(), and IndexedFaceSet::getColorPerVertex(). |
|
Coord attribute.
Definition at line 102 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getCoord(). |
|
Normal attribute.
Definition at line 104 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getNormal(). |
|
NormalPerVertex attribute.
Definition at line 112 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getNormalPerVertex(). |
|
Solid attribute.
Definition at line 114 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getSolid(). |
|
TexCoord attribute.
Definition at line 106 of file X3DComposedGeometryNode.h. Referenced by X3DComposedGeometryNode::getTexCoord(). |