Click or drag to resize
SoImageVizEngineComputeModes Enumeration

Compute Mode This enum specifies whether the main input will be interpreted as a 3D volume or a stack of 2D images for processing.

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ComputeModes
Members
  Member nameValueDescription
MODE_2D0

The engine processes the input image as a stack of 2D images (slice by slice).

MODE_3D1

The engine processes the input image as a 3D volume.

MODE_AUTO2

The inputs determine if the processing should be applied in 2D or 3D mode.

Depending on the expected results, it may be necessary to set explicitly MODE_2D or MODE_3D.

Remarks