MEPP2 Project
Namespaces | Functions
calculate_vertex_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/Manifold/calculate_vertex_normal.hpp"
Include dependency graph for calculate_vertex_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 VertexNormalMap , typename GeometryTraits >
void FEVV::Filters::calculate_vertex_normals (const HalfedgeGraph &g, const PointMap &pm, const FaceNormalMap &fnm, VertexNormalMap vnm, const GeometryTraits &gt)
 Compute the respectice vertex normal for all the vertices 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 VertexNormalMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
void FEVV::Filters::calculate_vertex_normals (const HalfedgeGraph &g, const PointMap &pm, const FaceNormalMap &fnm, VertexNormalMap vnm)
 Compute the respectice vertex normal for all the vertices of the considered mesh and populate the argument provided Face Normal Map with the resulting normals. More...