#include <ArrayReg.hpp>
Public Member Functions | |
void | Set_Regular_Array_Values (T *, int) |
Array setup. More... | |
void | Reset_Regular_Array_Values (void) |
Reset pointer to the array. More... | |
Private Member Functions | |
~ArrayReg () | |
ArrayReg destructor. More... | |
Private Attributes | |
T * | Array |
T * | Array_Copy |
Friends | |
template<class M , class H > | |
class | DTGrid2D |
template<class M , class H > | |
class | DTGrid3D |
class | DTGrid3Dex |
template<class M , class H > | |
class | DTGrid1D |
Used for storing values of input_data type Value_List_3D array is created using this class
void ArrayReg< T >::Reset_Regular_Array_Values | ( | void | ) |
Reset pointer to the array.
This function resets the pointer back to its original value! It does not reset the values that the pointer originally points to! Currently not used!
void ArrayReg< T >::Set_Regular_Array_Values | ( | T * | array, |
int | I | ||
) |
Array setup.
Read the 'value' array and store.
array | pointer to the array that stores the 'value' array. |
I | length of the 'value' array. |
|
friend |
|
private |
|
private |