#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 Graph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< Graph >> |
| void | FEVV::Filters::calculate_scaling (Graph &g, PointMap &pm, typename GeometryTraits::Scalar scale_x, typename GeometryTraits::Scalar scale_y, typename GeometryTraits::Scalar scale_z, const GeometryTraits >) |
| | Scale a mesh. More...
|
| |
| template<typename Graph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< Graph >> |
| void | FEVV::Filters::calculate_scaling (Graph &g, PointMap &pm, typename GeometryTraits::Scalar scale_x, typename GeometryTraits::Scalar scale_y, typename GeometryTraits::Scalar scale_z) |
| | Scale a mesh. More...
|
| |