Defines | Functions
core/vbl/vbl_bounding_box.txx File Reference
#include "vbl_bounding_box.h"
#include <vcl_iostream.h>

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 Documentation

#define VBL_BOUNDING_BOX_INSTANTIATE (   T,
  DIM 
)
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.

#define vbl_bounding_box_txx_

Definition at line 3 of file vbl_bounding_box.txx.


Function Documentation

template<class T , class DIM_ >
vcl_ostream& operator<< ( vcl_ostream &  s,
const vbl_bounding_box_base< T, DIM_ > &  bbox 
)

Definition at line 36 of file vbl_bounding_box.txx.