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 > | |
arrayOwn3() | gutz::arrayOwn3< T > | |
arrayOwn3(int d0, int d1, int d2, T v) | gutz::arrayOwn3< T > | |
arrayOwn3(int d0, int d1, int d3, const T *v) | gutz::arrayOwn3< T > | |
arrayOwn3(const arrayWrap3< T > &a) | gutz::arrayOwn3< T > | |
arrayOwn3(const arrayOwn3< T > &a) | gutz::arrayOwn3< T > | |
arrayWrap3() | gutz::arrayWrap3< T > | |
arrayWrap3(int d0, int d1, int d2, T *v) | gutz::arrayWrap3< T > | |
arrayWrap3(const arrayWrap3< T > &a) | gutz::arrayWrap3< T > | |
arrayWrap4< T > class | gutz::arrayWrap3< 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::arrayWrap3< T > | [mutable, protected] |
operator()(int i, int j, int k) | gutz::arrayWrap3< T > | [inline] |
operator()(int i, int j, int k) const | gutz::arrayWrap3< 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 arrayOwn3< T > &a) | gutz::arrayOwn3< T > | |
gutz::arrayWrap3::operator=(const arrayWrap3< T > &a) | gutz::arrayWrap3< T > | |
gutz::arrayBase::operator=(const arrayBase< T > &a) | gutz::arrayBase< T > | |
operator[](int i) | gutz::arrayWrap3< T > | [inline] |
operator[](int i) const | gutz::arrayWrap3< 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] |
transfer(int d0, int d1, int d3, T *v, bool killWithDelete) | gutz::arrayOwn3< T > | |
~arrayOwn3() | gutz::arrayOwn3< T > | [inline] |
~arrayWrap3() | gutz::arrayWrap3< T > | [virtual] |