MEPP2 Project
Namespaces | Functions
compute_mesh_bounding_box.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
Include dependency graph for compute_mesh_bounding_box.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 GeometryTraits = FEVV::Geometry_traits< PropertyGraph >>
void FEVV::Filters::compute_mesh_bounding_box (const PropertyGraph &g, const PointMap &pm, typename boost::property_traits< PointMap >::value_type &min_aabb, typename boost::property_traits< PointMap >::value_type &max_aabb, const GeometryTraits &gt)
 Compute the mesh Axis-Aligned Bounding-Box (AABB). More...