#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Operators/Generic/Manifold/calculate_vertex_normal.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 FaceGraph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< FaceGraph >> |
| bool | FEVV::Operators::is_geometrical_fold (const typename boost::graph_traits< FaceGraph >::halfedge_descriptor h1, const typename boost::graph_traits< FaceGraph >::halfedge_descriptor h2, const FaceGraph &g, const PointMap &pm, const GeometryTraits >) |
| | Geometric fold detection, usually during iterations of an CGAL::Halfedge_around_target_circulator object cir_he. More...
|
| |