#include "vbl_big_sparse_array_3d.h"
#include <vcl_cassert.h>
#include <vcl_utility.h>
#include <vcl_iostream.h>
Go to the source code of this file.
Defines | |
#define | vbl_big_sparse_array_3d_txx_ |
#define | VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE_base(T) template class vbl_big_sparse_array_3d<T > |
#define | VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE(T) |
Functions | |
ulonglong | bigencode (unsigned i, unsigned j, unsigned k) |
void | bigdecode (ulonglong v, unsigned &i, unsigned &j, unsigned &k) |
#define VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE | ( | T | ) |
VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE_base(T); \ VCL_INSTANTIATE_INLINE(vcl_ostream& operator << (vcl_ostream&, vbl_big_sparse_array_3d<T > const&))
Definition at line 103 of file vbl_big_sparse_array_3d.txx.
#define VBL_BIG_SPARSE_ARRAY_3D_INSTANTIATE_base | ( | T | ) | template class vbl_big_sparse_array_3d<T > |
Definition at line 99 of file vbl_big_sparse_array_3d.txx.
#define vbl_big_sparse_array_3d_txx_ |
Definition at line 3 of file vbl_big_sparse_array_3d.txx.
void bigdecode | ( | ulonglong | v, |
unsigned & | i, | ||
unsigned & | j, | ||
unsigned & | k | ||
) | [inline] |
Definition at line 27 of file vbl_big_sparse_array_3d.txx.
ulonglong bigencode | ( | unsigned | i, |
unsigned | j, | ||
unsigned | k | ||
) | [inline] |
Definition at line 11 of file vbl_big_sparse_array_3d.txx.