C++ type used to represent an ITK image iterator. the actual iterator is of C++ type 'itk::ImageRegionIteratorWithIndex< itk::image< pixeltype, dimension > >'
input object to convert
input object to convert
string e.g. "float" "unsigned char" "int"
dimensionality of the image
number of components per pixel
input object to convert
pixeltypeusually float, can be other types unsigned char, int, double etc noting that short is not supported
dimensionusually 2 or 3 but can be 4
componentsnumber of pixel components, currently only 1 is suppored
pointerto the memory location of the itk object