MEPP2 Project
Namespaces | Functions
normalize_vector_map.h File Reference
#include "FEVV/Wrappings/Geometry_traits.h"
Include dependency graph for normalize_vector_map.h:
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 Iterator , typename PropertyMap , typename GeometryTraits >
void FEVV::Filters::normalize_vector_map (const Iterator &begin, const Iterator &end, PropertyMap &prop_map, const GeometryTraits &gt)
 Normalize each vector of a property map, one by one. Generic implementation. More...
 
template<typename HalfedgeGraph , typename PropertyMap >
void FEVV::Filters::normalize_vector_map_vertices (const HalfedgeGraph &g, PropertyMap &prop_map)
 Normalize each vector of the vertex property map. More...
 
template<typename HalfedgeGraph , typename PropertyMap >
void FEVV::Filters::normalize_vector_map_faces (const HalfedgeGraph &g, PropertyMap &prop_map)
 Normalize each vector of the face property map. More...
 
template<typename HalfedgeGraph , typename PropertyMap >
void FEVV::Filters::normalize_vector_map_edges (const HalfedgeGraph &g, PropertyMap &prop_map)
 Normalize each vector of the edge property map. More...
 
template<typename HalfedgeGraph , typename PropertyMap >
void FEVV::Filters::normalize_vector_map_halfedges (const HalfedgeGraph &g, PropertyMap &prop_map)
 Normalize each vector of the halfedge property map. More...