Inheritance diagram for X3DTK::MESH::SFTemplateEdge< MData, VData, EData, FData, RW >:
|
Reimplemented in X3DTK::MESH::SFTemplateDirectEdge< MData, VData, EData, FData, RW >, and X3DTK::MESH::SFTemplateIndirectEdge< MData, VData, EData, FData, RW >. |
|
Constructor.
|
|
Destructor.
|
|
Adds a left face.
|
|
Adds a right face.
|
|
Gets the data.
|
|
Gets the data.
|
|
Gets the data F from EData which must be of type clist<tlist<T...> >.
|
|
Gets the faces. The method is inefficient because no reference is returned and a copy constructor is called. Prefer getting the left faces first and then the right faces. |
|
Returns the Vertex from.
Implemented in X3DTK::MESH::SFTemplateDirectEdge< MData, VData, EData, FData, RW >, and X3DTK::MESH::SFTemplateIndirectEdge< MData, VData, EData, FData, RW >. |
|
Gets the left faces.
Implemented in X3DTK::MESH::SFTemplateDirectEdge< MData, VData, EData, FData, RW >, and X3DTK::MESH::SFTemplateIndirectEdge< MData, VData, EData, FData, RW >. |
|
Gets the right faces.
Implemented in X3DTK::MESH::SFTemplateDirectEdge< MData, VData, EData, FData, RW >, and X3DTK::MESH::SFTemplateIndirectEdge< MData, VData, EData, FData, RW >. |
|
Returns the symetric edge.
|
|
Gets the Vertex to.
Implemented in X3DTK::MESH::SFTemplateDirectEdge< MData, VData, EData, FData, RW >, and X3DTK::MESH::SFTemplateIndirectEdge< MData, VData, EData, FData, RW >. |
|
Returns true if is a boundary.
|
|
Returns true if is non-manifold.
|
|
Gets optionally the data F from EData which must be of type clist<tlist<T...> >.
|
|
Removes a left face.
|
|
Removes a right face.
|
|
Sets the symetric edge.
|