MEPP2 Project
Namespaces | Functions
clean_topology.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include "FEVV/Filters/AIF/resolve_similar_faces.hpp"
#include "FEVV/Filters/AIF/resolve_similar_edges.hpp"
#include <vector>
Include dependency graph for clean_topology.hpp:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Filters
 

Functions

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...