FAST
3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
|
#include <MeshVertex.hpp>
Public Member Functions | |
MeshTriangle (uint endpoint1, uint endpoint2, uint endpoint3, Color color=Color::Red()) | |
int | getEndpoint3 () |
void | setEndpoint3 (uint index) |
![]() | |
int | getEndpoint (uint index) |
int | getEndpoint1 () |
int | getEndpoint2 () |
Color | getColor () |
void | setEndpoint (int endpointIndex, int vertexIndex) |
void | setEndpoint1 (uint index) |
void | setEndpoint2 (uint index) |
void | setColor (Color color) |
Additional Inherited Members | |
![]() | |
MeshConnection () | |
![]() | |
VectorXui | mEndpoints |
Color | mColor |
fast::MeshTriangle::MeshTriangle | ( | uint | endpoint1, |
uint | endpoint2, | ||
uint | endpoint3, | ||
Color | color = Color::Red() |
||
) |
int fast::MeshTriangle::getEndpoint3 | ( | ) |
void fast::MeshTriangle::setEndpoint3 | ( | uint | index | ) |