#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"
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Filters |
|
|
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 >) |
| 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...
|
|