A bounding oriented box. More...
#include <vgl/vgl_box_3d.h>
#include <vgl/vgl_point_3d.h>
#include <vnl/vnl_quaternion.h>
#include <vcl_vector.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vgl_orient_box_3d< Type > |
Defines | |
#define | VGL_ORIENT_BOX_3D_INSTANTIATE(T) extern "Please #include <vgl/vgl_orient_box_3d.txx> instead" |
Functions | |
template<class Type > | |
vcl_ostream & | operator<< (vcl_ostream &s, vgl_orient_box_3d< Type > const &p) |
Write box to stream. | |
template<class Type > | |
vcl_istream & | operator>> (vcl_istream &is, vgl_orient_box_3d< Type > &p) |
Read box from stream. |
A bounding oriented box.
This class mimics the properties of an oriented box by keeping a regular axis aligned box and a rotation direction. It keeps a bounding box of the rotated box which is an axis aligned box.
Modifications 2010-01-18 Peter Vanroose - added constructor from 4 corner points
Definition in file vgl_orient_box_3d.h.
#define VGL_ORIENT_BOX_3D_INSTANTIATE | ( | T | ) | extern "Please #include <vgl/vgl_orient_box_3d.txx> instead" |
Definition at line 84 of file vgl_orient_box_3d.h.
vcl_ostream & operator<< | ( | vcl_ostream & | s, |
vgl_orient_box_3d< Type > const & | p | ||
) |
Write box to stream.
Definition at line 126 of file vgl_orient_box_3d.txx.
vcl_istream & operator>> | ( | vcl_istream & | is, |
vgl_orient_box_3d< Type > & | p | ||
) |
Read box from stream.
Definition at line 133 of file vgl_orient_box_3d.txx.