MEPP2 Project
Namespaces | Functions
get_max_bb_size.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Filters/Generic/AABB/compute_mesh_bounding_box.hpp"
Include dependency graph for get_max_bb_size.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 HalfedgeGraph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
double FEVV::Filters::get_max_bb_size (const HalfedgeGraph &g, PointMap &pm, GeometryTraits &gt)
 Gets the maximum size of the object bounding box. More...
 
template<typename HalfedgeGraph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >>
double FEVV::Filters::get_max_bb_size (const HalfedgeGraph &g, PointMap &pm)
 Gets the maximum size of the object bounding box. Use the default geometry traits of the mesh. More...