5 #ifndef TM2IN_HALFEDGE_STRING_H 6 #define TM2IN_HALFEDGE_STRING_H 15 namespace HalfEdgeString{
20 void setParent(std::vector<HalfEdge *> edges, Wall::Surface *pSurface);
34 #endif //TM2IN_HALFEDGE_STRING_H Definition: collinear.cpp:10
void setParent(std::vector< HalfEdge * > edges, Wall::Surface *pSurface)
Sets parents of all HalfEdge.
Definition: halfedge_string.cpp:24
void connectOppositeHalfEdges(std::vector< Wall::Triangle * > &triangleList)
Build opposite edge relation in a vector of Triangle.
Definition: halfedge_string.cpp:14
std::vector< Vertex * > getFirstVertexList(std::vector< HalfEdge * > halfEdges)
Returns a list of the start Vertex of each edges.
Definition: halfedge_string.cpp:30
Definition: IndoorComponent.h:21