MEPP2 Project
Namespaces | Functions
calculate_face_normals.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Operators/Generic/calculate_face_normal.hpp"
Include dependency graph for calculate_face_normals.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::Filters
 

Functions

template<typename HalfedgeGraph , typename PointMap , typename FaceNormalMap , typename GeometryTraits >
void FEVV::Filters::calculate_face_normals (const HalfedgeGraph &g, const PointMap &pm, FaceNormalMap fnm, const GeometryTraits &gt)
 Calculate "some" normal of all the faces of the considered mesh and populate the argument provided Face Normal Map with the resulting normals. More...
 
template<typename HalfedgeGraph , typename PointMap , typename FaceNormalMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
void FEVV::Filters::calculate_face_normals (const HalfedgeGraph &g, const PointMap &pm, FaceNormalMap fnm)
 Compute all faces normals. More...