#include "vgl_box_3d.h"#include <vgl/vgl_point_3d.h>#include <vcl_iostream.h>#include <vcl_algorithm.h>#include <vcl_cassert.h>#include <vcl_cmath.h>Go to the source code of this file.
Defines | |
| #define | vgl_box_3d_txx_ |
| #define | VGL_BOX_3D_INSTANTIATE(Type) |
Functions | |
| template<class T > | |
| void | set_dim_3d (T &minv, T &maxv, T spread) |
| VCL_DEFINE_SPECIALIZATION void | set_dim_3d (int &minv, int &maxv, int spread) |
| template<class Type > | |
| vcl_ostream & | operator<< (vcl_ostream &s, vgl_box_3d< Type > const &p) |
| Write box to stream. | |
| template<class Type > | |
| vcl_istream & | operator>> (vcl_istream &is, vgl_box_3d< Type > &p) |
| Read box from stream. | |
Definition in file vgl_box_3d.txx.
| #define VGL_BOX_3D_INSTANTIATE | ( | Type | ) |
template class vgl_box_3d<Type >;\ template vcl_ostream& operator<<(vcl_ostream&, vgl_box_3d<Type > const& p);\ template vcl_istream& operator>>(vcl_istream&, vgl_box_3d<Type >& p)
Definition at line 440 of file vgl_box_3d.txx.
| #define vgl_box_3d_txx_ |
Definition at line 3 of file vgl_box_3d.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| vgl_box_3d< Type > const & | p | ||
| ) |
Write box to stream.
Definition at line 427 of file vgl_box_3d.txx.
| vcl_istream& operator>> | ( | vcl_istream & | is, |
| vgl_box_3d< Type > & | p | ||
| ) |
Read box from stream.
Definition at line 434 of file vgl_box_3d.txx.
| void set_dim_3d | ( | T & | minv, |
| T & | maxv, | ||
| T | spread | ||
| ) | [inline] |
Definition at line 212 of file vgl_box_3d.txx.
| VCL_DEFINE_SPECIALIZATION void set_dim_3d | ( | int & | minv, |
| int & | maxv, | ||
| int | spread | ||
| ) | [inline] |
Definition at line 203 of file vgl_box_3d.txx.
1.7.5.1