#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Filters |
|
|
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) |
|