Macros | Functions
vbl_bounding_box.hxx File Reference
#include <iostream>
#include "vbl_bounding_box.h"

Go to the source code of this file.

Macros

#define VBL_BOUNDING_BOX_INSTANTIATE(T, DIM)
 

Functions

template<class T , class DIM_ >
std::ostream & operator<< (std::ostream &s, const vbl_bounding_box_base< T, DIM_ > &bbox)
 

Macro Definition Documentation

◆ VBL_BOUNDING_BOX_INSTANTIATE

#define VBL_BOUNDING_BOX_INSTANTIATE (   T,
  DIM 
)
Value:
template class vbl_bounding_box<T , DIM >; \
template std::ostream& operator << (std::ostream&, vbl_bounding_box_base<T, vbl_bounding_box_DIM< DIM > > const&); \
/* template bool nested (vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&, \
vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&); */ \
/* template bool disjoint(vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&, \
vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&); */ \
/* template bool meet (vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&, \
vbl_bounding_box_base<T , vbl_bounding_box_DIM< DIM > > const&) */
A class to hold and update a bounding box.
std::ostream & operator<<(std::ostream &s, const vbl_bounding_box_base< T, DIM_ > &bbox)

Definition at line 44 of file vbl_bounding_box.hxx.

Function Documentation

◆ operator<<()

template<class T , class DIM_ >
std::ostream& operator<< ( std::ostream &  s,
const vbl_bounding_box_base< T, DIM_ > &  bbox 
)

Definition at line 39 of file vbl_bounding_box.hxx.