Click or drag to resize
SoImageDataAdapterGetSize Method

Returns a vector representing the dimensions of the image data.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbVec4i32 GetSize()

Return Value

Type: SbVec4i32
Remarks

Indices 0, 1 and 2 refer to width, height and depth of image. Index 3 refers to timestep. For a 2D image index 2 is 1.

See Also