5 #ifndef TM2IN_DETAIL_MERGE_SURFACES_H 6 #define TM2IN_DETAIL_MERGE_SURFACES_H 22 bool mergeSurfaces(vector<Wall::TriangulatedSurface *> surfaceList, vector<Wall::TriangulatedSurface*>& result);
39 #endif //TM2IN_DETAIL_MERGE_SURFACES_H bool mergeSurfaces(vector< Wall::TriangulatedSurface * > &surfaceList, double thres1, double thres2, vector< Wall::TriangulatedSurface * > &newSurfaceList)
Merges the list of Surface. Result will be stored in 4th parameter.
Definition: merge_surfaces.h:19
Kernel::Vector_3 Vector_3
Definition: cgal_config.h:42
Definition: collinear.cpp:10
Surface with at least one Triangle.
Definition: TriangulatedSurface.h:16
bool merging_invalid_test(vector< HalfEdge * > new_edges, Vector_3 newNormal)
Definition: merge_surfaces.cpp:173
Definition: IndoorComponent.h:21