Inheritance diagram for X3DTK::MESH::SFTemplateFace< MData, VData, EData, FData, RW >:
|
|
|
|
|
Gets the data.
|
|
Gets the data.
|
|
Gets the data F from FData which must be of type clist<tlist<T...> >.
|
|
Gets the edges of the face. The order is given b the order of definition of the face.
|
|
Returns the mesh of which belongs the face.
|
|
Gets the vertices of the face. This method is not efficient, because SFTemplateFace has not a vertices attribute, meaning that the method cannot return a reference. So a copy constructor is called. Prefer getting the edges and getting the from vertex of each edge. |
|
Gets optionally the data F from FData which must be of type clist<tlist<T...> >.
|
|
Reverses the face.
|