#include <OpenTissue/configuration.h>
#include <OpenTissue/core/geometry/geometry_hybrid.h>
#include <OpenTissue/core/geometry/geometry_aabb_fit.h>
#include <OpenTissue/core/geometry/geometry_obb_fit.h>
#include <OpenTissue/core/geometry/geometry_compute_smallest_sphere.h>
#include <OpenTissue/core/geometry/geometry_cylinder_fit.h>
#include <OpenTissue/core/geometry/geometry_prism_fit.h>
#include <boost/bind.hpp>
#include <algorithm>
#include <vector>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
Functions | |
template<typename vector3_iterator , typename hybrid_type > | |
void | OpenTissue::geometry::hybrid_fit (vector3_iterator begin, vector3_iterator end, hybrid_type &hybrid, bool const &use_convex_surface=true) |
template<typename hybrid_volume_iterator , typename hybrid_type > | |
void | OpenTissue::geometry::hybrid_volume_fit (hybrid_volume_iterator begin, hybrid_volume_iterator end, hybrid_type &hybrid) |