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

Go to the source code of this file.

Macros

#define VBL_ARRAY_3D_INSTANTIATE(T)   template class vbl_array_3d<T >
 
#define VBL_ARRAY_3D_IO_INSTANTIATE(T)
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, vbl_array_3d< T > const &A)
 
template<class T >
std::istream & operator>> (std::istream &is, vbl_array_3d< T > &A)
 

Macro Definition Documentation

◆ VBL_ARRAY_3D_INSTANTIATE

#define VBL_ARRAY_3D_INSTANTIATE (   T)    template class vbl_array_3d<T >

Definition at line 149 of file vbl_array_3d.hxx.

◆ VBL_ARRAY_3D_IO_INSTANTIATE

#define VBL_ARRAY_3D_IO_INSTANTIATE (   T)
Value:
template std::ostream & operator<<(std::ostream &,vbl_array_3d<T > const &); \
template std::istream & operator>>(std::istream &,vbl_array_3d<T > &)
std::ostream & operator<<(std::ostream &os, vbl_array_3d< T > const &A)
Templated 3-dimensional array.
Definition: vbl_array_3d.h:38
std::istream & operator>>(std::istream &is, vbl_array_3d< T > &A)

Definition at line 152 of file vbl_array_3d.hxx.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  os,
vbl_array_3d< T > const &  A 
)

Definition at line 118 of file vbl_array_3d.hxx.

◆ operator>>()

template<class T >
std::istream& operator>> ( std::istream &  is,
vbl_array_3d< T > &  A 
)

Definition at line 136 of file vbl_array_3d.hxx.