Navigation

Operators and Keywords

Function List:

C++ API

Array3< T > Class Template Reference

#include <Array3.h>

Inherits Array< T >.

Collaboration diagram for Array3< T >:

List of all members.


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< Tsort (octave_idx_type dim=0, sortmode mode=ASCENDING) const
Array3< Tsort (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)

template<class T>
class Array3< T >


Constructor & Destructor Documentation

template<class T>
Array3< T >::Array3 ( T d,
octave_idx_type  r,
octave_idx_type  c,
octave_idx_type  p 
) [inline, protected]

template<class T>
Array3< T >::Array3 ( void   )  [inline]

template<class T>
Array3< T >::Array3 ( octave_idx_type  r,
octave_idx_type  c,
octave_idx_type  p 
) [inline]

template<class T>
Array3< T >::Array3 ( octave_idx_type  r,
octave_idx_type  c,
octave_idx_type  p,
const T val 
) [inline]

template<class T>
Array3< T >::Array3 ( const Array3< T > &  a  )  [inline]

template<class T>
Array3< T >::Array3 ( const Array< T > &  a,
octave_idx_type  r,
octave_idx_type  c,
octave_idx_type  p 
) [inline]

template<class T>
Array3< T >::~Array3 ( void   )  [inline]


Member Function Documentation

template<class T>
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 >.

template<class T>
Array3<T>& Array3< T >::operator= ( const Array3< T > &  a  )  [inline]

template<class T>
void Array3< T >::resize ( octave_idx_type  r,
octave_idx_type  c,
octave_idx_type  p,
const T val 
) [inline]

template<class T>
void Array3< T >::resize ( octave_idx_type  r,
octave_idx_type  c,
octave_idx_type  p 
) [inline]

template<class T>
Array3<T> Array3< T >::sort ( Array< octave_idx_type > &  sidx,
octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const [inline]

template<class T>
Array3<T> Array3< T >::sort ( octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const [inline]


The documentation for this class was generated from the following file: