MEPP2 Project
Namespaces | Functions
scaling.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
Include dependency graph for scaling.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 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 &gt)
 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...