44 #ifndef OPENMESH_TRICONNECTIVITY_HH 45 #define OPENMESH_TRICONNECTIVITY_HH 47 #include <OpenMesh/Core/Mesh/PolyConnectivity.hh> 60 inline static bool is_triangles()
108 SmartFaceHandle add_face(
const std::vector<SmartVertexHandle>& _vhandles);
129 return is_boundary(_heh) ? InvalidVertexHandle :
130 to_vertex_handle(next_halfedge_handle(_heh));
137 {
return opposite_vh(opposite_halfedge_handle(_heh)); }
252 #endif//OPENMESH_TRICONNECTIVITY_HH void split(EdgeHandle _eh, VertexHandle _vh)
Edge split (= 2-to-4 split)
Handle for a edge entity.
Handle for a face entity.
void split_copy(FaceHandle _fh, VertexHandle _vh)
Face split (= 1-to-n split).
void split(FaceHandle _fh, VertexHandle _vh)
Face split (= 1-to-3) split, calls corresponding PolyMeshT function).
void split_edge(EdgeHandle _eh, VertexHandle _vh)
Edge split (= 2-to-4 split)
Handle for a halfedge entity.
void assign_connectivity(const PolyConnectivity &_other)
Handle for a vertex entity.
void split(FaceHandle _fh, VertexHandle _vh)
Face split (= 1-to-n split).
VertexHandle opposite_vh(HalfedgeHandle _heh) const
Connectivity Class for Triangle Meshes.
VertexHandle opposite_he_opposite_vh(HalfedgeHandle _heh) const
void split_copy(FaceHandle _fh, VertexHandle _vh)
Face split (= 1-to-3) split, calls corresponding PolyMeshT function).
void assign_connectivity(const TriConnectivity &_other)
Connectivity Class for polygonal meshes.
void split_copy(EdgeHandle _eh, VertexHandle _vh)
Edge split (= 2-to-4 split)
void split_edge_copy(EdgeHandle _eh, VertexHandle _vh)
Edge split (= 2-to-4 split)