Easy3D 2.6.1
|
This is the complete list of members for SurfaceMeshEnumerator, including all inherited members.
enumerate_connected_components(SurfaceMesh *mesh, SurfaceMesh::VertexProperty< int > id) | SurfaceMeshEnumerator | static |
enumerate_connected_components(SurfaceMesh *mesh, SurfaceMesh::FaceProperty< int > id) | SurfaceMeshEnumerator | static |
enumerate_planar_components(SurfaceMesh *mesh, SurfaceMesh::FaceProperty< int > id, float angle_threshold=1.0f) | SurfaceMeshEnumerator | static |
propagate_connected_component(SurfaceMesh *mesh, SurfaceMesh::VertexProperty< int > id, SurfaceMesh::Vertex seed, int cur_id) | SurfaceMeshEnumerator | static |
propagate_connected_component(SurfaceMesh *mesh, SurfaceMesh::FaceProperty< int > id, SurfaceMesh::Face seed, int cur_id) | SurfaceMeshEnumerator | static |
propagate_planar_component(SurfaceMesh *mesh, SurfaceMesh::FaceProperty< int > id, SurfaceMesh::Face seed, int cur_id, float angle_threshold) | SurfaceMeshEnumerator | static |