MEPP2 Project
Namespaces | Functions
no_normal_flip_for_collapse.hpp File Reference
#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"
Include dependency graph for no_normal_flip_for_collapse.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

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 &gt)
 Function used to detected a local normal flip due to a vertex position change. More...