SbImageDataAccessorRegionGetSize Method |
Returns dimensions of the region.
Namespace: OIV.ImageViz
If the region represents a slice or a plane, getDimension will return (width, height, 1, 1), with width * height = getNumVoxel(). The difference with getExtent() is that, for an oblique plane for example, getExtent() will return the bounding box of the plane, whereas getSize() will return a 2D space.