iRoCS Toolbox  1.1.0
Data Structures | Namespaces
Array.hh File Reference

Array class derived from blitz++ Arrays for handling microscopic datasets with associated element size, transformation matrix and interpolated array access. More...

#include <config.hh>
#include <cstdlib>
#include <cstring>
#include <libProgressReporter/ProgressReporter.hh>
#include <libBlitzHdf5/FileIOWrapper.hh>
#include "Interpolator.hh"
#include "TinyMatrixOperators.hh"
#include "ATBLinAlg.hh"
#include "Array.icc"
Include dependency graph for Array.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  atb::Array< DataT, Dim >
 The Array class is an extension to the blitz++ Array class providing additional parameters element size in microns and a transformation. More...
 

Namespaces

 atb
 

Detailed Description

Array class derived from blitz++ Arrays for handling microscopic datasets with associated element size, transformation matrix and interpolated array access.

Definition in file Array.hh.