Go to the source code of this file.
|
| | FEVV |
| | Interfaces for plugins These interfaces will be used for different plugins.
|
| |
| | FEVV::Filters |
| |
|
| template<typename FaceGraph > |
| bool | FEVV::Filters::clean_topology (FaceGraph &g, bool remove_isolated_vertices=true, bool remove_isolated_edges=true, bool remove_isolated_faces=false, bool remove_similar_edges=true, bool remove_similar_faces=true) |
| | Function use for cleaning the topology of mesh g. This can be seen as a preprocessing step for some geometry processing algorithms. More...
|
| |