Store two marker's IDs to create a link between them (Only to create mesh's edge).
More...
#include <btkTriangleMesh.h>
Store two marker's IDs to create a link between them (Only to create mesh's edge).
btk::TriangleMesh::VertexLink::VertexLink |
( |
int |
id1 = -1 , |
|
|
int |
id2 = -1 |
|
) |
| |
|
inline |
Constructor. The given IDs correspond to markers' IDs which will be used as vertices.
const int * btk::TriangleMesh::VertexLink::GetIds |
( |
| ) |
const |
|
inline |
Returns the IDs as an array of two integers.
void btk::TriangleMesh::VertexLink::SetIds |
( |
int |
id1, |
|
|
int |
id2 |
|
) |
| |
|
inline |