#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <CGAL/boost/graph/helpers.h>
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Tools/Math/MatrixOperations.hpp"
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Operators |
|
|
template<typename HalfedgeGraph , typename PointMap , typename GeometryTraits = typename FEVV::Geometry_traits<HalfedgeGraph>> |
bool | FEVV::Operators::no_normal_flip_for_collapse (const HalfedgeGraph &g, const PointMap &pm, typename boost::graph_traits< HalfedgeGraph >::edge_descriptor e, typename boost::graph_traits< HalfedgeGraph >::vertex_descriptor v, const typename GeometryTraits::Point &new_pos_v, const GeometryTraits >) |
| Function used to detected a local normal flip due to a vertex position change. More...
|
|