a space efficient 3d array More...
Go to the source code of this file.
Classes | |
class | vbl_sparse_array_3d< T > |
Sparse 3d array allowing space efficient access. More... | |
Defines | |
#define | VBL_SPARSE_ARRAY_BASE_INSTANTIATE(T) extern "please include vbl/vbl_sparse_array_base.txx instead" |
#define | VBL_SPARSE_ARRAY_3D_INSTANTIATE(T) extern "please include vbl/vbl_sparse_array_3d.txx instead" |
Functions | |
template<class T > | |
vcl_ostream & | operator<< (vcl_ostream &s, const vbl_sparse_array_3d< T > &a) |
Stream operator - print the Array to a stream in "(i,j,k): value" format. |
a space efficient 3d array
vbl_sparse_array_3d is a sparse 3D array allowing space efficient access of the form s(300,700,900) = 2.
Modifications 26 March 2001 cjb updated documentation 10 April 2001 IMS (Manchester ISBE) modified to use vbl_sparse_array_base 11 April 2001 Peter Vanroose - vbl_index_3d moved to separate file 25 June 2001 IMS - vbl_index_3d replaced with vbl_triple
Definition in file vbl_sparse_array_3d.h.
#define VBL_SPARSE_ARRAY_3D_INSTANTIATE | ( | T | ) | extern "please include vbl/vbl_sparse_array_3d.txx instead" |
Definition at line 96 of file vbl_sparse_array_3d.h.
#define VBL_SPARSE_ARRAY_BASE_INSTANTIATE | ( | T | ) | extern "please include vbl/vbl_sparse_array_base.txx instead" |
Definition at line 93 of file vbl_sparse_array_3d.h.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const vbl_sparse_array_3d< T > & | a | ||
) | [inline] |
Stream operator - print the Array to a stream in "(i,j,k): value" format.
Definition at line 86 of file vbl_sparse_array_3d.h.