◆ Face()
are_meshes_identical::Face::Face |
( |
const std::deque< Vertex > & |
vertices, |
|
|
const std::vector< FloatT > & |
attributes |
|
) |
| |
|
inline |
◆ isequalto()
bool are_meshes_identical::Face::isequalto |
( |
const Face & |
f, |
|
|
FloatT |
geom_threshold, |
|
|
FloatT |
attr_threshold, |
|
|
bool |
relative_thresholds, |
|
|
ErrorContainer * |
errors_log = NULL |
|
) |
| const |
|
inline |
◆ next_vertex_in_face()
std::deque< Vertex >::iterator are_meshes_identical::Face::next_vertex_in_face |
( |
std::deque< Vertex >::iterator |
v_it | ) |
|
|
inline |
◆ operator<()
bool are_meshes_identical::Face::operator< |
( |
const Face & |
f | ) |
const |
|
inline |
◆ operator==()
bool are_meshes_identical::Face::operator== |
( |
const Face & |
f | ) |
const |
|
inline |
◆ m_attributes
std::vector< FloatT > are_meshes_identical::Face::m_attributes |
◆ m_vertices
std::deque< Vertex > are_meshes_identical::Face::m_vertices |
The documentation for this class was generated from the following file: