12template<
typename T,
typename K>
48 template <
class M,
class H>
50 template <
class M,
class H>
67template <
typename T,
typename K>
81template <
typename T,
typename K>
84 Value_List_1D->Set_Pair_Array_Values(
values,length);
85 Length_of_Value_List_1D = length;
94template <
typename T,
typename K>
97 Xcoord_List->Set_Pair_Array_Values(
values,length);
98 Length_of_Xcoord_List = length;
99 set_countdown_1 = length -1;
108template <
typename T,
typename K>
111 Ptr_List_1D->Set_Pointer_Array_Values(Value_List_1D->PArray,
values,Length_of_Value_List_1D,length);
112 Length_of_Ptr_List_1D = length;
131template <
typename T,
typename K>
162template <
typename T,
typename K>
Definition DTGrid1D.hpp:13
ArrayPrs< K >::PairArray * accessx2(int)
A more compact version of the random access function of DTGrid1D class.
Definition DTGrid1D.hpp:163
T * getVoxelxyz(T *, int, int, int)
void set_value_list_1D(K *, int)
DTGrid1D 'value' array setup.
Definition DTGrid1D.hpp:82
ArrayPtr< T, K > * Ptr_List_1D
Definition DTGrid1D.hpp:20
void set_xcoord_list(K *, int)
xCoord array setup
Definition DTGrid1D.hpp:95
ArrayPrs< K > * Value_List_1D
Definition DTGrid1D.hpp:18
int Length_of_Ptr_List_1D
Definition DTGrid1D.hpp:24
void set_ptr_list_1D(K *, int)
acc (1D) array setup
Definition DTGrid1D.hpp:109
int set_countdown_1
Definition DTGrid1D.hpp:46
ArrayPrs< K >::PairArray * accessx(int)
Reset pointers for random access. Similar to that for DT-Grid2D.
Definition DTGrid1D.hpp:132
~DTGrid1D()
DTGrid3D destructor.
Definition DTGrid1D.hpp:68
ArrayPrs< K > * Xcoord_List
Definition DTGrid1D.hpp:19
int Length_of_Xcoord_List
Definition DTGrid1D.hpp:23
int Length_of_Value_List_1D
Definition DTGrid1D.hpp:22
void Reset_pointers_1D(void)
Definition DTGrid2D.hpp:17
Definition DTGrid3D.hpp:65
Definition DTGrid3Dex.hpp:73