BTK
0.3dev.0
Open-source library to visualize/process biomechanical data
|
Store three marker's IDs to create a face. More...
#include <btkTriangleMesh.h>
Public Member Functions | |
const int * | GetIds () const |
void | SetIds (int id1, int id2, int id3) |
VertexFace (int id1=-1, int id2=-1, int id3=-1) | |
Friends | |
bool | operator== (const VertexFace &lhs, const VertexFace &rhs) |
Store three marker's IDs to create a face.
|
inline |
Constructor. The given IDs correspond to markers' IDs which will be used as vertices.
|
inline |
Returns the IDs as an array of three integers.
|
inline |
Sets the IDs.
|
friend |
Equal operator.