Classes | Macros | Functions
vbl_sparse_array_3d.h File Reference

a space efficient 3d array More...

#include <iosfwd>
#include <vbl/vbl_sparse_array_base.h>
#include <vbl/vbl_triple.h>

Go to the source code of this file.

Classes

class  vbl_sparse_array_3d< T >
 Sparse 3d array allowing space efficient access. More...
 

Macros

#define VBL_SPARSE_ARRAY_BASE_INSTANTIATE(T)   extern "please include vbl/vbl_sparse_array_base.hxx instead"
 
#define VBL_SPARSE_ARRAY_3D_INSTANTIATE(T)   extern "please include vbl/vbl_sparse_array_3d.hxx instead"
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &s, const vbl_sparse_array_3d< T > &a)
 Stream operator - print the Array to a stream in "(i,j,k): value" format. More...
 

Detailed Description

a space efficient 3d array

Author
Andrew W. Fitzgibbon, Oxford RRG
Date
02 Oct 96

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.

Macro Definition Documentation

◆ VBL_SPARSE_ARRAY_3D_INSTANTIATE

#define VBL_SPARSE_ARRAY_3D_INSTANTIATE (   T)    extern "please include vbl/vbl_sparse_array_3d.hxx instead"

Definition at line 96 of file vbl_sparse_array_3d.h.

◆ VBL_SPARSE_ARRAY_BASE_INSTANTIATE

#define VBL_SPARSE_ARRAY_BASE_INSTANTIATE (   T)    extern "please include vbl/vbl_sparse_array_base.hxx instead"

Definition at line 93 of file vbl_sparse_array_3d.h.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::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.