#include "vgl_orient_box_3d.h"#include <vgl/vgl_vector_3d.h>#include <vnl/vnl_det.h>#include <vcl_iostream.h>Go to the source code of this file.
Defines | |
| #define | vgl_orient_box_3d_txx_ |
| #define | VGL_ORIENT_BOX_3D_INSTANTIATE(T) |
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. | |
Definition in file vgl_orient_box_3d.txx.
| #define VGL_ORIENT_BOX_3D_INSTANTIATE | ( | T | ) |
template class vgl_orient_box_3d<T >;\ template vcl_ostream& operator<<(vcl_ostream&, vgl_orient_box_3d<T > const& p);\ template vcl_istream& operator>>(vcl_istream&, vgl_orient_box_3d<T >& p)
Definition at line 139 of file vgl_orient_box_3d.txx.
| #define vgl_orient_box_3d_txx_ |
Definition at line 3 of file vgl_orient_box_3d.txx.
| 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.
1.7.5.1