SoVolumeReaderSetOutputDataType Method |
Sets the output data type. Returns FALSE if the reader does not support this feature.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual bool SetOutputDataType(
bool doChange,
SoDataSetDataTypes outputType
)
Public Overridable Function SetOutputDataType (
doChange As Boolean,
outputType As SoDataSetDataTypes
) As Boolean
public:
virtual bool SetOutputDataType(
bool doChange,
SoDataSetDataTypes outputType
)
abstract SetOutputDataType :
doChange : bool *
outputType : SoDataSetDataTypes -> bool
override SetOutputDataType :
doChange : bool *
outputType : SoDataSetDataTypes -> bool
Parameters
- doChange
- Type: SystemBoolean
- outputType
- Type: OIV.LDM.NodesSoDataSetDataTypes
Return Value
Type:
BooleanRemarks
If the reader does support this feature and doChange is set to TRUE, data is
converted before being returned (by GetSubSlice() for instance).
If doChange is set to FALSE, data is not converted and is returned as is.
See Also