SoResampleImageProcessing3d.interpolationType Property |
The type of interpolation used for the re-sampling.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFEnum<SoResampleImageProcessing3d. InterpolationTypes> interpolationType { get; }
Public ReadOnly Property interpolationType As SoSFEnum(Of SoResampleImageProcessing3d.InterpolationTypes)
Get
public:
property SoSFEnum<SoResampleImageProcessing3d. InterpolationTypes>^ interpolationType {
SoSFEnum<SoResampleImageProcessing3d. InterpolationTypes>^ get ();
}
member interpolationType : SoSFEnum<SoResampleImageProcessing3d. InterpolationTypes> with get
Property Value
Type:
SoSFEnum<SoResampleImageProcessing3d.InterpolationTypes>
Remarks
See Also