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

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)

Detailed Description

Definition in file vbl_array_3d.txx.


Define Documentation

#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)
Value:
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.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
vbl_array_3d< T > const &  A 
)

Definition at line 115 of file vbl_array_3d.txx.

template<class T >
vcl_istream& operator>> ( vcl_istream &  is,
vbl_array_3d< T > &  A 
)

Definition at line 133 of file vbl_array_3d.txx.