Read-only class used to represent a face as a set of three vertices.
More...
#include <btkTriangleMesh.h>
Read-only class used to represent a face as a set of three vertices.
This class should be used only by using the method TriangleMesh::BeginFace().
btk::TriangleMesh::Face::Face |
( |
| ) |
|
|
inline |
Constructor. By default, the pointers to the vertices are NULL.
Returns the first vertex defining the face.
Returns the second vertex defining the face.
Returns the third vertex defining the face.
bool btk::TriangleMesh::Face::IsValid |
( |
| ) |
const |
|
inline |
Returns true if the vertices defining the edge are valids.
- Warning
- This method is not thread-safe and must be used only after the connection of a set o points (see method TriangleMesh::ConnectPoints()).