#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"
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Filters |
|
|
template<typename HalfedgeGraph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >> |
double | FEVV::Filters::get_max_bb_size (const HalfedgeGraph &g, PointMap &pm, GeometryTraits >) |
| 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...
|
|