Vertex class that defines a vertex of a mesh with a point and an index.
Definition at line 23 of file vertex.h.
Public Types | |
typedef Point::coeff_t | coeff_t |
Public Member Functions | |
vertex () | |
vertex (coeff_t x, coeff_t y, coeff_t z) | |
Public Attributes | |
Point | point |
unsigned | index |
typedef Point::coeff_t topology::vertex< Point >::coeff_t |
topology::vertex< Point >::vertex | ( | ) |
topology::vertex< Point >::vertex | ( | coeff_t | x, | |
coeff_t | y, | |||
coeff_t | z | |||
) |
Point topology::vertex< Point >::point |
Coordinates of the vertex.
Definition at line 29 of file vertex.h.
Referenced by topology::operator==().
unsigned topology::vertex< Point >::index |