core/vbl/vbl_sparse_array_3d.h File Reference


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.

#include <vcl_iosfwd.h>
#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...

Defines

#define VBL_SPARSE_ARRAY_BASE_INSTANTIATE(T)   extern "please include vbl/vbl_sparse_array_3d.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.

Define Documentation

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

Definition at line 94 of file vbl_sparse_array_3d.h.

#define VBL_SPARSE_ARRAY_BASE_INSTANTIATE (  )     extern "please include vbl/vbl_sparse_array_3d.txx instead"

Definition at line 92 of file vbl_sparse_array_3d.h.


Function Documentation

template<class T>
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.


Generated on Mon Mar 8 05:07:20 2010 for core/vbl by  doxygen 1.5.1