DataPack for volume data, where the dims correspond to inl/crl/z .
More...
List of all members.
Public Member Functions |
| | CubeDataPack (const char *categry, Array3D< float > *) |
| | Array2D become mine (of course).
|
| | ~CubeDataPack () |
| CubeSampling & | sampling () |
| const CubeSampling & | sampling () const |
| virtual void | getAuxInfo (int, int, int, IOPar &) const |
| | int,int,int = Array3D position
|
| Coord3 | getCoord (int, int, int) const |
| | int,int,int = Array3D position
|
| void | dumpInfo (IOPar &) const |
Protected Member Functions |
| | CubeDataPack (const char *category) |
Protected Attributes |
| CubeSampling & | cs_ |
Private Member Functions |
| void | init () |
Detailed Description
DataPack for volume data, where the dims correspond to inl/crl/z .
Constructor & Destructor Documentation
| CubeDataPack::CubeDataPack |
( |
const char * |
categry, |
|
|
Array3D< float > * |
| |
|
) |
| | |
| CubeDataPack::~CubeDataPack |
( |
|
) |
|
| CubeDataPack::CubeDataPack |
( |
const char * |
category |
) |
[protected] |
For this you have to overload data() and the destructor
Member Function Documentation
| void CubeDataPack::dumpInfo |
( |
IOPar & |
|
) |
const [virtual] |
| virtual void CubeDataPack::getAuxInfo |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
IOPar & |
| |
|
) |
| | const [inline, virtual] |
| Coord3 CubeDataPack::getCoord |
( |
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | const |
| void CubeDataPack::init |
( |
|
) |
[private] |
| const CubeSampling& CubeDataPack::sampling |
( |
|
) |
const [inline] |
Member Data Documentation