Modifications
960926 AWF Converted to non-fascist C++ :-)
970218 AWF Templated
01 Mar 2001 fsm. Converted to fascist C++
PDA (Manchester) 21/03/2001: Tidied up the documentation
Peter Vanroose 3 Jan. 2002 added operator==
Peter Vanroose 4 Jan. 2002 bug fix: 3rd arg row2_count_ --> row3_count_
Definition in file vbl_array_3d.h.
#include <vcl_compiler.h>
#include <vcl_cassert.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
| class | vbl_array_3d< T > |
| Templated 3-dimensional array. More... | |
Defines | |
| #define | RANGECHECK(i, j, k) |
| #define | VBL_ARRAY_3D_INSTANTIATE extern "please include vbl/vbl_array_3d.txx instead" |
| #define | VBL_ARRAY_3D_IO_INSTANTIATE extern "please include vbl/vbl_array_3d.txx instead" |
Functions | |
| template<class T> | |
| export vcl_ostream & | operator<< (vcl_ostream &, vbl_array_3d< T >const &) |
| template<class T> | |
| export vcl_istream & | operator>> (vcl_istream &, vbl_array_3d< T > &) |
|
|
Value: assert(((int)i < row1_count_) && \ ((int)j < row2_count_) && ((int)k < row3_count_)) Definition at line 30 of file vbl_array_3d.h. |
|
|
Definition at line 157 of file vbl_array_3d.h. |
|
|
Definition at line 159 of file vbl_array_3d.h. |
|
||||||||||||||||
|
Definition at line 119 of file vbl_array_3d.txx. |
|
||||||||||||||||
|
Definition at line 136 of file vbl_array_3d.txx. |
1.4.4