#include <DTGrid2D.hpp>
|
| void | set_value_list_2D (K *, int) |
| | DTGrid2D 'value' array setup.
|
| |
| void | set_ycoord_list (K *, int) |
| | yCoord array setup
|
| |
| void | set_ptr_list_2D (K *, int) |
| | acc (2D) array setup
|
| |
| void | set_projection1D (K *, K *, K *, int, int, int) |
| | proj2D setup
|
| |
| ArrayPrs< K >::PairArray * | accessxy (int, int) |
| | Reset pointers that temporarily store addresses for random access. Similar to that for DT-Grid3D.
|
| |
| void | getVoxelyz (T *, int, int, int, typename ArrayPrs< K >::PairArray *) |
| |
| void | Reset_pointers_2D (void) |
| |
◆ ~DTGrid2D()
◆ accessxy()
Reset pointers that temporarily store addresses for random access. Similar to that for DT-Grid3D.
The function is not required when the pointers are not used as global variables. Random access function of DTGrid2D class.
- Parameters
-
| a | index x of the data value to be returned |
| b | index y of the data value to be returned |
◆ getVoxelyz()
◆ Reset_pointers_2D()
◆ set_projection1D()
proj2D setup
Create an instance of a DTGrid1D class and set up the proj1D object that contain xCoord, acc and the 'value' arrays of DTGrid1D.
- Parameters
-
| values1 | pointer to the 'value' array of the DTGrid1D. |
| values2 | pointer to the xCoord array of the DTGrid1D. |
| values3 | pointer to the acc array of the DTGrid1D. |
| length1 | length of the 'value' array. |
| length2 | length of the xCoord array. |
| length3 | length of the acc array. |
◆ set_ptr_list_2D()
acc (2D) array setup
Read and store the list of pointers to the first member of each of the connected components in a 2-dimensional DT-Grid.
- Parameters
-
| values | pointer to the array that stores the acc array indices. |
| length | length of the acc array. |
◆ set_value_list_2D()
DTGrid2D 'value' array setup.
Read the 2D 'value' array and store.
- Parameters
-
| values | pointer to the array that stores the 'value' array of DTGrid2D. |
| length | length of the 'value' array. |
◆ set_ycoord_list()
yCoord array setup
Read and store the yCoord array that stores in minimum and maximum coordinates of the connected components in y direction.
- Parameters
-
| values | the pointer that addresses to the values of yCoord array. |
| length | the length of the yCoord array. |
◆ DTGrid1D
◆ DTGrid3D
◆ DTGrid3Dex
◆ Length_of_Ptr_List_2D
◆ Length_of_Value_List_2D
◆ Length_of_Ycoord_List
◆ proj1D
◆ Ptr_List_2D
◆ Value_List_2D
◆ Ycoord_List
The documentation for this class was generated from the following file: