Inheritance diagram for X3DTK::MESH::TemplateMesh< MData, VData, EData, FData, RW >:
It provides a set of interconnected vertices, oriented-edges and faces.
|
|
|
|
|
|
|
Constructor.
|
|
Virtual destructor.
|
|
Copy constructor.
|
|
Adds the child N. Returns FALSE if the child already exists or N is not a valid child. Reimplemented from X3DTK::X3DAbstractNode. |
|
Clones the node.
Reimplemented from X3DTK::X3DAbstractNode. |
|
Creates a new face at position i.
|
|
Creates Face at the end. The vertices present in coordIndex must already be created, otherwise, it returns a NULL Face. |
|
Gets the data.
|
|
Gets the data.
|
|
Gets the children list.
Reimplemented from X3DTK::X3DAbstractNode. |
|
Gets the edges that can be shared with other Mesh.
|
|
Gets the faces.
|
|
Gets the Vertices that can be shared with other Mesh.
|
|
Removes the child if exists. Returns TRUE if succeeds.
Reimplemented from X3DTK::X3DAbstractNode. |
|
Removes face.
|
|
Removes face from neighbourhood.
|
|
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 X3DTK::X3DAbstractNode. |
|
Sets the Vertex attribute.
|