Public Member Functions | Protected Member Functions | Protected Attributes

ArrayNDWrapper Class Reference

Access tool to another array with a lower number of dimensions. More...

Inheritance diagram for ArrayNDWrapper:
Array3DWrapper< T >

List of all members.

Public Member Functions

void setDimMap (int srcdim, int targetdim)
virtual void init ()=0
virtual bool isOK () const =0

Protected Member Functions

 ArrayNDWrapper (const ArrayNDInfo &)

Protected Attributes

TypeSet< int > dimmap_

Detailed Description

Access tool to another array with a lower number of dimensions.


Constructor & Destructor Documentation

ArrayNDWrapper::ArrayNDWrapper ( const ArrayNDInfo info  )  [protected]

Member Function Documentation

virtual void ArrayNDWrapper::init (  )  [pure virtual]

Implemented in Array3DWrapper< T >.

virtual bool ArrayNDWrapper::isOK (  )  const [pure virtual]

Implemented in Array3DWrapper< T >.

void ArrayNDWrapper::setDimMap ( int  srcdim,
int  targetdim 
)

Member Data Documentation

TypeSet<int> ArrayNDWrapper::dimmap_ [protected]