Click or drag to resize
SoVolumeReaderSetInputDataRange Method

Requests that the input be converted from the specified range to the range depending on the output data type.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool SetInputDataRange(
	bool doChange,
	double min,
	double max
)

Parameters

doChange
Type: SystemBoolean
min
Type: SystemDouble
max
Type: SystemDouble

Return Value

Type: Boolean
Remarks

This allows, for instance, if the output data type is unsigned byte, conversion of float data from range [min,max] to range [0,255]. If doChange is false no range conversion is applied. Always returns true.

See Also