#include <Array3.h>
Inherits Array< T >.
Public Member Functions | |
Array3 (void) | |
Array3 (octave_idx_type r, octave_idx_type c, octave_idx_type p) | |
Array3 (octave_idx_type r, octave_idx_type c, octave_idx_type p, const T &val) | |
Array3 (const Array3< T > &a) | |
Array3 (const Array< T > &a, octave_idx_type r, octave_idx_type c, octave_idx_type p) | |
~Array3 (void) | |
Array3< T > & | operator= (const Array3< T > &a) |
void | resize (octave_idx_type r, octave_idx_type c, octave_idx_type p) |
void | resize (octave_idx_type r, octave_idx_type c, octave_idx_type p, const T &val) |
Array3< T > | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
Array3< T > | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
Protected Member Functions | |
Array3 (T *d, octave_idx_type r, octave_idx_type c, octave_idx_type p) | |
Static Protected Member Functions | |
static octave_idx_type | get_size (octave_idx_type r, octave_idx_type c, octave_idx_type p) |
Array3< T >::Array3 | ( | T * | d, | |
octave_idx_type | r, | |||
octave_idx_type | c, | |||
octave_idx_type | p | |||
) | [inline, protected] |
Array3< T >::Array3 | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
octave_idx_type | p | |||
) | [inline] |
Array3< T >::Array3 | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
octave_idx_type | p, | |||
const T & | val | |||
) | [inline] |
Array3< T >::Array3 | ( | const Array< T > & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c, | |||
octave_idx_type | p | |||
) | [inline] |
static octave_idx_type Array3< T >::get_size | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
octave_idx_type | p | |||
) | [inline, static, protected] |
Reimplemented from Array< T >.
void Array3< T >::resize | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
octave_idx_type | p, | |||
const T & | val | |||
) | [inline] |
void Array3< T >::resize | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
octave_idx_type | p | |||
) | [inline] |
Array3<T> Array3< T >::sort | ( | Array< octave_idx_type > & | sidx, | |
octave_idx_type | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [inline] |
Array3<T> Array3< T >::sort | ( | octave_idx_type | dim = 0 , |
|
sortmode | mode = ASCENDING | |||
) | const [inline] |