Set of bounding box functions. More...
#include <vgl/vgl_fwd.h>Go to the source code of this file.
Functions | |
| template<class T > | |
| vgl_box_3d< T > | vgl_bounding_box (vgl_sphere_3d< T > const &sphere) |
| Bounding box for a sphere. More... | |
| template<class T > | |
| vgl_box_3d< T > | vgl_bounding_box (vgl_pointset_3d< T > const &ptset) |
| Bounding box for a pointset. More... | |
| template<class T > | |
| vgl_box_3d< T > | vgl_bounding_box (vgl_cubic_spline_3d< T > const &spline) |
| Bounding box for a cubic spline (based on knots, so not exact). More... | |
Set of bounding box functions.
Computes the axis aligned bounding box for some selected vgl objects
Modifications Initial version August 30, 2015
Definition in file vgl_bounding_box.h.
| vgl_box_3d<T> vgl_bounding_box | ( | vgl_sphere_3d< T > const & | sphere | ) |
Bounding box for a sphere.
Definition at line 8 of file vgl_bounding_box.hxx.
| vgl_box_3d<T> vgl_bounding_box | ( | vgl_pointset_3d< T > const & | ptset | ) |
Bounding box for a pointset.
Definition at line 20 of file vgl_bounding_box.hxx.
| vgl_box_3d<T> vgl_bounding_box | ( | vgl_cubic_spline_3d< T > const & | spline | ) |
Bounding box for a cubic spline (based on knots, so not exact).
Definition at line 29 of file vgl_bounding_box.hxx.
1.8.15