gutz::arrayBase::address(int i, int j, int k, int m, int n) const | gutz::arrayBase< T > | [inline, protected] |
allocDataOwn() | gutz::arrayBase< T > | [inline, protected] |
arrayBase() | gutz::arrayBase< T > | |
arrayBase(int d0, T *a) | gutz::arrayBase< T > | |
arrayBase(int d0, int d1, T *a) | gutz::arrayBase< T > | |
arrayBase(int d0, int d1, int d2, T *a) | gutz::arrayBase< T > | |
arrayBase(int d0, int d1, int d2, int d3, T *a) | gutz::arrayBase< T > | |
arrayBase(int d0, int d1, int d2, int d3, int d4, T *a) | gutz::arrayBase< T > | |
arrayBase(int dim, int *aSize, T *a) | gutz::arrayBase< T > | |
arrayBase(const arrayBase< T > &a) | gutz::arrayBase< T > | |
arrayWrap4() | gutz::arrayWrap4< T > | |
arrayWrap4(int d0, int d1, int d2, int d3, T *v) | gutz::arrayWrap4< T > | |
arrayWrap4(const arrayWrap4< T > &a) | gutz::arrayWrap4< T > | |
arrayWrap5< T > class | gutz::arrayWrap4< T > | [friend] |
copyDataOwn(const T *data) | gutz::arrayBase< T > | [inline, protected] |
data() | gutz::arrayBase< T > | [inline] |
data() const | gutz::arrayBase< T > | [inline] |
dim() const | gutz::arrayBase< T > | [inline] |
dim(const int axis) const | gutz::arrayBase< T > | [inline] |
empty() const | gutz::arrayBase< T > | [inline] |
initDataOwn(const T *data) | gutz::arrayBase< T > | [inline, protected] |
initValOwn(T val) | gutz::arrayBase< T > | [inline, protected] |
killData() | gutz::arrayBase< T > | [inline, protected] |
killWithDelete() const | gutz::arrayBase< T > | [inline] |
mAxisDim | gutz::arrayBase< T > | [protected] |
mAxisStride | gutz::arrayBase< T > | [protected] |
mData | gutz::arrayBase< T > | [protected] |
mDim | gutz::arrayBase< T > | [protected] |
mKillWithDelete | gutz::arrayBase< T > | [protected] |
mSize | gutz::arrayBase< T > | [protected] |
mSlice | gutz::arrayWrap4< T > | [mutable, protected] |
operator()(int i, int j, int k, int m) | gutz::arrayWrap4< T > | [inline] |
operator()(int i, int j, int k, int m) const | gutz::arrayWrap4< T > | [inline] |
gutz::arrayBase::operator()(int i, int j=0, int k=0, int m=0, int n=0) | gutz::arrayBase< T > | [inline] |
gutz::arrayBase::operator()(int i, int j=0, int k=0, int m=0, int n=0) const | gutz::arrayBase< T > | [inline] |
operator=(const arrayWrap4< T > &a) | gutz::arrayWrap4< T > | |
gutz::arrayBase::operator=(const arrayBase< T > &a) | gutz::arrayBase< T > | |
operator[](int i) | gutz::arrayWrap4< T > | [inline] |
operator[](int i) const | gutz::arrayWrap4< T > | [inline] |
reshape(int d0, int d1=0, int d2=0, int d3=0, int d4=0) | gutz::arrayBase< T > | [inline] |
set(int dim, int *aSize, T *a) | gutz::arrayBase< T > | [inline, protected] |
size() const | gutz::arrayBase< T > | [inline] |
~arrayWrap4() | gutz::arrayWrap4< T > | [virtual] |