add a method to find connected components
This commit is contained in:
@ -101,4 +101,8 @@ standard_deviation(const ForwardIt first,
|
||||
}
|
||||
|
||||
|
||||
std::vector<std::vector<VertexHandle>> find_connected_components(
|
||||
MyMesh &mesh);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user