MEPP2 Project
Namespaces | Functions
reposition_vertices.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
Include dependency graph for reposition_vertices.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 PropertyGraph , typename PointMap , typename NewPointMap , typename GeometryTraits = FEVV::Geometry_traits< PropertyGraph >>
void FEVV::Filters::reposition_vertices (const PropertyGraph &g, PointMap pm, const NewPointMap &smoothed_pm, const GeometryTraits &)
 Apply new vertex positions to vertex position property map. More...
 
template<typename PropertyGraph , typename PointMap , typename NewPointMap , typename GeometryTraits = FEVV::Geometry_traits< PropertyGraph >>
void FEVV::Filters::reposition_vertices (const PropertyGraph &g, PointMap pm, const NewPointMap &smoothed_pm)