int
main(int, char *[])
{
start[0] = 0;
start[1] = 0;
start[2] = 0;
size[0] = 200;
size[1] = 200;
size[2] = 200;
region.SetIndex(start);
image->SetRegions(region);
image->Allocate();
return EXIT_SUCCESS;
}
void SetSize(const SizeType &size)
Templated n-dimensional image class.
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType