SoRescaleIntensityProcessingoutputType Property |
Type of the output image.
Namespace: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoRescaleIntensityProcessingOutputTypes> outputType { get; }
Public ReadOnly Property outputType As SoSFEnum(Of SoRescaleIntensityProcessingOutputTypes)
Get
public:
property SoSFEnum<SoRescaleIntensityProcessingOutputTypes>^ outputType {
SoSFEnum<SoRescaleIntensityProcessingOutputTypes>^ get ();
}
member outputType : SoSFEnum<SoRescaleIntensityProcessingOutputTypes> with get
Property Value
Type:
SoSFEnumSoRescaleIntensityProcessingOutputTypesRemarks . Default is SAME_AS_INPUT
See Also