Click or drag to resize
SoVRDicomFileReaderSetOutputDataType Method

Requests that the input be converted (if necessary) to the specified data type.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override bool SetOutputDataType(
	bool doChange,
	SoDataSetDataTypes type
)

Parameters

doChange
Type: SystemBoolean
type
Type: OIV.LDM.NodesSoDataSetDataTypes

Return Value

Type: Boolean
Remarks

This allows, for instance, conversion of float data to unsigned byte. By default no conversion is done. If doChange is false no type conversion is done. Always returns true.

See Also