Go to the source code of this file.
Defines | |
| #define | vbl_bounding_box_txx_ |
| #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) |
| #define VBL_BOUNDING_BOX_INSTANTIATE | ( | T, | |
| DIM | |||
| ) |
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.
| #define vbl_bounding_box_txx_ |
Definition at line 3 of file vbl_bounding_box.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vbl_bounding_box_base< T, DIM_ > & | bbox | ||
| ) |
Definition at line 36 of file vbl_bounding_box.txx.
1.7.5.1