#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 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 >) |
| Compute the mesh Axis-Aligned Bounding-Box (AABB). More...
|
|