#include <iostream>#include "vgl_orient_box_3d.h"#include <vgl/vgl_vector_3d.h>#include <vgl/vgl_tolerance.h>#include <vnl/vnl_det.h>Go to the source code of this file.
Macros | |
| #define | VGL_ORIENT_BOX_3D_INSTANTIATE(T) |
Functions | |
| template<class Type > | |
| std::ostream & | operator<< (std::ostream &s, vgl_orient_box_3d< Type > const &p) |
| Write box to stream. More... | |
| template<class Type > | |
| std::istream & | operator>> (std::istream &is, vgl_orient_box_3d< Type > &p) |
| Read box from stream. More... | |
| #define VGL_ORIENT_BOX_3D_INSTANTIATE | ( | T | ) |
Definition at line 156 of file vgl_orient_box_3d.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| vgl_orient_box_3d< Type > const & | p | ||
| ) |
Write box to stream.
Definition at line 143 of file vgl_orient_box_3d.hxx.
| std::istream& operator>> | ( | std::istream & | is, |
| vgl_orient_box_3d< Type > & | p | ||
| ) |
Read box from stream.
Definition at line 150 of file vgl_orient_box_3d.hxx.
1.8.15