SoBilateralFilterProcessingcomputeMode Property |
Select the compute Mode (2D or 3D or AUTO) .
Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SoSFEnum<SoImageVizEngineComputeModes> computeMode { get; }
Public ReadOnly Property computeMode As SoSFEnum(Of SoImageVizEngineComputeModes)
Get
public:
property SoSFEnum<SoImageVizEngineComputeModes>^ computeMode {
SoSFEnum<SoImageVizEngineComputeModes>^ get ();
}
member computeMode : SoSFEnum<SoImageVizEngineComputeModes> with get
Property Value
Type:
SoSFEnumSoImageVizEngineComputeModesRemarks See Also