#include "vbl_bounding_box.h"
#include <vcl_iostream.h>
Go to the source code of this file.
Defines | |
| #define | VBL_BOUNDING_BOX_INSTANTIATE(T, DIM) |
Functions | |
| template<class T, class DIM_> | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vbl_bounding_box_base< T, DIM_ > &bbox) |
|
|
Value: template class vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > >; \ template class vbl_bounding_box<T , DIM >; \ template vcl_ostream& operator << (vcl_ostream&, vbl_bounding_box_base<T, vbl_bounding_box_DIM< DIM > > const&); \ VCL_INSTANTIATE_INLINE(bool nested (vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&, \ vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&)); \ VCL_INSTANTIATE_INLINE(bool disjoint(vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&, \ vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&)); \ VCL_INSTANTIATE_INLINE(bool meet (vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&, \ vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&)) Definition at line 41 of file vbl_bounding_box.txx. |
|
||||||||||||||||
|
Definition at line 36 of file vbl_bounding_box.txx. |
1.4.4