SbImageDataAccessorGetVoxel Method (Int32, Int32, Int32, Int32, Int32) |
Returns value of voxel at specified position.
Namespace: OIV.ImageViz
column coordinate
row coordinate
depth coordinate. Default is 0. Useful for 2D images.
time coordinate. Default is 0.
component number. Default is 0.
See also OIV.ImageViz.SbImageDataAccessor.GetVoxel(OIV.Inventor.SbVec4i32). Any request outside of the image will return 0. If the specified channel is not in image channel range, 0.0 will be returned.