Struct dim_a_t¶
Defined in File graspi_types.hpp
Struct Documentation¶
-
struct
graspi::dim_a_t¶ dimension descriptor
structure to store the dimensions of the graph when morphology is passed as array (structured data)
Public Functions
-
dim_a_t(unsigned int x = 1, unsigned int y = 1, unsigned int z = 1)¶ constructor
- Parameters
x: is the number of voxels in x directiony: is the number of voxels in y directionz: is the number of voxels in z direction
-