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

Go to the source code of this file.

Defines

#define vbl_array_1d_txx_
#define VBL_ARRAY_1D_INSTANTIATE(T)

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &os, vbl_array_1d< T > const &array)

Define Documentation

#define VBL_ARRAY_1D_INSTANTIATE (   T)
Value:
template class vbl_array_1d<T >; \
template vcl_ostream& operator<< (vcl_ostream& , vbl_array_1d<T > const& )

Definition at line 22 of file vbl_array_1d.txx.

#define vbl_array_1d_txx_

Definition at line 3 of file vbl_array_1d.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
vbl_array_1d< T > const &  array 
)

Definition at line 10 of file vbl_array_1d.txx.