Go to the source code of this file.
Defines | |
#define | vbl_array_3d_txx_ |
#define | VBL_ARRAY_3D_INSTANTIATE(T) template class vbl_array_3d<T > |
#define | VBL_ARRAY_3D_IO_INSTANTIATE(T) |
Functions | |
template<class T > | |
vcl_ostream & | operator<< (vcl_ostream &os, vbl_array_3d< T > const &A) |
template<class T > | |
vcl_istream & | operator>> (vcl_istream &is, vbl_array_3d< T > &A) |
Definition in file vbl_array_3d.txx.
#define VBL_ARRAY_3D_INSTANTIATE | ( | T | ) | template class vbl_array_3d<T > |
Definition at line 146 of file vbl_array_3d.txx.
#define VBL_ARRAY_3D_IO_INSTANTIATE | ( | T | ) |
template vcl_ostream & operator<<(vcl_ostream &,vbl_array_3d<T > const &); \ template vcl_istream & operator>>(vcl_istream &,vbl_array_3d<T > &)
Definition at line 149 of file vbl_array_3d.txx.
#define vbl_array_3d_txx_ |
Definition at line 3 of file vbl_array_3d.txx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
vbl_array_3d< T > const & | A | ||
) |
Definition at line 115 of file vbl_array_3d.txx.
vcl_istream& operator>> | ( | vcl_istream & | is, |
vbl_array_3d< T > & | A | ||
) |
Definition at line 133 of file vbl_array_3d.txx.