SoVRDicomFileReaderSetOutputDataType Method |
Requests that the input be converted (if necessary) to the specified data type.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public override bool SetOutputDataType(
bool doChange,
SoDataSetDataTypes type
)
Public Overrides Function SetOutputDataType (
doChange As Boolean,
type As SoDataSetDataTypes
) As Boolean
public:
virtual bool SetOutputDataType(
bool doChange,
SoDataSetDataTypes type
) override
abstract SetOutputDataType :
doChange : bool *
type : SoDataSetDataTypes -> bool
override SetOutputDataType :
doChange : bool *
type : SoDataSetDataTypes -> bool
Parameters
- doChange
- Type: SystemBoolean
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
Return Value
Type:
BooleanRemarks 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