Copying Arrays or Array elements
[Operations for Arrays (Please notice the detailed description!)]


Functions

Array< unsigned > Array::dimarr () const
 Returns an array that has the same content as the dimension vector ArrayBase::d of the current Array object.
ArrayBaseArray::clone () const
 Returns an identical copy of this Array object.
ArrayReference< T > ArrayReference::copyReference (Array< T > &v)
 Copies array "v" to the current array reference.
ArrayReference< T > ArrayReference::copyReference (ArrayReference< T > v)
 Copies array reference "v" to the current array reference.

Function Documentation

template<class T >
ArrayBase* Array< T >::clone (  )  const [inline, virtual, inherited]

Returns an identical copy of this Array object.

Creates a new array that is identical to the current one and returns a pointer to this clone.

Returns:
a copy of the current array
Author:
M. Kreutz
Date:
1995-01-01
Changes
none
Status
stable
See also:
ArrayBase::clone

Implements ArrayBase.

Definition at line 4171 of file Array.h.

template<class T >
ArrayReference< T > ArrayReference< T >::copyReference ( ArrayReference< T >  v  )  [inline, inherited]

Copies array reference "v" to the current array reference.

Parameters:
v array reference which will be copied to the current array reference
Returns:
the current array reference with the new values
Author:
M. Kreutz
Date:
1995-01-01
Changes
none
Status
stable

Definition at line 5000 of file Array.h.

References ArrayBase::d, Array< T >::e, ArrayBase::nd, ArrayBase::ne, and ArrayBase::stat.

template<class T >
ArrayReference< T > ArrayReference< T >::copyReference ( Array< T > &  v  )  [inline, inherited]

Copies array "v" to the current array reference.

Parameters:
v array which will be copied to the current array reference
Returns:
the current array reference with the new values
Author:
M. Kreutz
Date:
1995-01-01
Changes
none
Status
stable

Definition at line 4970 of file Array.h.

References ArrayBase::d, Array< T >::e, ArrayBase::nd, ArrayBase::ne, and ArrayBase::stat.

template<class T >
Array< unsigned > Array< T >::dimarr (  )  const [inline, inherited]

Returns an array that has the same content as the dimension vector ArrayBase::d of the current Array object.

Returns:
the dimension vector as array
Author:
M. Kreutz
Date:
1995-01-01
Changes
none
Status
stable
See also:
ArrayBase::clone

Definition at line 4141 of file Array.h.