Functions
vgl_bounding_box.h File Reference

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...
 

Detailed Description

Set of bounding box functions.

Author
J.L. Mundy

Computes the axis aligned bounding box for some selected vgl objects

  Modifications
  Initial version August 30, 2015

Definition in file vgl_bounding_box.h.

Function Documentation

◆ vgl_bounding_box() [1/3]

template<class T >
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_bounding_box() [2/3]

template<class T >
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_bounding_box() [3/3]

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).

Definition at line 29 of file vgl_bounding_box.hxx.