Struct dim_a_t

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 direction

  • y: is the number of voxels in y direction

  • z: is the number of voxels in z direction

Public Members

unsigned int nx

nx is the total number of voxels in x direction

unsigned int ny

ny is the total number of voxels in y direction

unsigned int nz

nz is the total number of voxels in z direction