#include "vbl_array_2d.h"
#include <vcl_iostream.h>
Go to the source code of this file.
Defines | |
| #define | VBL_ARRAY_2D_INSTANTIATE(type) |
Functions | |
| template<class T> | |
| vcl_ostream & | operator<< (vcl_ostream &os, vbl_array_2d< T > const &array) |
| #define VBL_ARRAY_2D_INSTANTIATE | ( | type | ) |
Value:
template class vbl_array_2d<type >;\ template vcl_ostream& operator<< (vcl_ostream& , vbl_array_2d<type > const& )
Definition at line 25 of file vbl_array_2d.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| vbl_array_2d< T > const & | array | |||
| ) |
Definition at line 10 of file vbl_array_2d.txx.
1.5.1