Template Struct HE_Face#
Defined in File halfedges.hpp
Struct Documentation#
-
template<typename PropertyFaces>
struct HE_Face# Structure that contains all the faces in the mesh, as well basic information for each one.
- Template Parameters:
Property –
Public Members
-
int id#
face id
-
bool outer#
if true, face is a ghost outer face
-
int nsides#
number of sides face has
-
int v1#
-
int v2#
-
int v3#
the 3 vertices that belong to that face
-
bool boundary#
if true, the face is a boundary
-
int _hedge#
HANDLE INDEX OF: one of the half-edges bordering the face.
-
int type#
Vertex/Edge/Face Type.
-
PropertyFaces _property#