12 template<
typename T,
typename K>
48 template <
class M,
class H>
50 template <
class M,
class H>
67 template <
typename T,
typename K>
81 template <
typename T,
typename K>
94 template <
typename T,
typename K>
108 template <
typename T,
typename K>
131 template <
typename T,
typename K>
141 for (;countdown_1>0;countdown_1--){
143 key1 = a>=coo1->
v1 ? (a<=coo1->
v2 ? true :
false) :
false;
145 return *(ptt1) + a - coo1->
v1;
162 template <
typename T,
typename K>
175 key1 = a>=coo1->
v1 ? (a<=coo1->
v2 ? true :
false) :
false;
177 return *(ptt1) + a - coo1->
v1;
Definition: ArrayPrs.hpp:19
ArrayPtr< T, K > * Ptr_List_1D
Definition: DTGrid1D.hpp:20
Definition: DTGrid3Dex.hpp:73
Definition: DTGrid3D.hpp:65
int Length_of_Ptr_List_1D
Definition: DTGrid1D.hpp:24
int set_countdown_1
Definition: DTGrid1D.hpp:46
Definition: DTGrid1D.hpp:13
Definition: ArrayPtr.hpp:20
Definition: ArrayPrs.hpp:42
K v1
Definition: ArrayPrs.hpp:44
ArrayPrs< K > * Xcoord_List
Definition: DTGrid1D.hpp:19
~DTGrid1D()
DTGrid3D destructor.
Definition: DTGrid1D.hpp:68
ArrayPrs< K > * Value_List_1D
Definition: DTGrid1D.hpp:18
T * getVoxelxyz(T *, int, int, int)
int Length_of_Value_List_1D
Definition: DTGrid1D.hpp:22
void set_value_list_1D(K *, int)
DTGrid1D 'value' array setup.
Definition: DTGrid1D.hpp:82
void Reset_pointers_1D(void)
void set_xcoord_list(K *, int)
xCoord array setup
Definition: DTGrid1D.hpp:95
Definition: DTGrid2D.hpp:17
K v2
index into the icoord array (min connected component)
Definition: ArrayPrs.hpp:45
ArrayPrs< K >::PairArray * accessx2(int)
A more compact version of the random access function of DTGrid1D class.
Definition: DTGrid1D.hpp:163
int Length_of_Xcoord_List
Definition: DTGrid1D.hpp:23
void set_ptr_list_1D(K *, int)
acc (1D) array setup
Definition: DTGrid1D.hpp:109
ArrayPrs< K >::PairArray * accessx(int)
Reset pointers for random access. Similar to that for DT-Grid2D.
Definition: DTGrid1D.hpp:132