Click or drag to resize
SoImageVizEngine Class

Abstract base class for all ImageViz engines.

Inheritance Hierarchy

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SoImageVizEngine : SoEngine

The SoImageVizEngine type exposes the following members.

Methods
  NameDescription
Public methodAbortEvaluate

Abort current processing as soon as possible.

Public methodCopy

Creates and returns an exact copy of the engine.

(Inherited from SoEngine.)
Public methodCopyFieldValues(SoFieldContainer)
Calls CopyFieldValues(fc, false).
(Inherited from SoFieldContainer.)
Public methodCopyFieldValues(SoFieldContainer, Boolean)

Copies the contents of fc's fields into this object's fields.

(Inherited from SoFieldContainer.)
Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEnableNotify

Notification at this Field Container is enabled (if flag == true) or disabled (if flag == false).

(Inherited from SoFieldContainer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFieldsAreEqual

Returns true if this object's fields are exactly equal to fc's fields.

(Inherited from SoFieldContainer.)
Public methodGet

Returns the values of the fields of this object in the Open Inventor ASCII file format in the given string.

(Inherited from SoFieldContainer.)
Public methodGetAllFields

Returns a list of fields, including the eventIn's and eventOut's.

(Inherited from SoFieldContainer.)
Public methodGetEventIn

Returns a the eventIn with the given name.

(Inherited from SoFieldContainer.)
Public methodGetEventOut

Returns the eventOut with the given name.

(Inherited from SoFieldContainer.)
Public methodGetField

Returns a the field of this object whose name is fieldName.

(Inherited from SoFieldContainer.)
Public methodGetFieldName

Returns the name of the given field in the fieldName argument.

(Inherited from SoFieldContainer.)
Public methodGetFields

Appends references to all of this object's fields to resultList, and returns the number of fields appended.

(Inherited from SoFieldContainer.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetName

Returns the name of an instance.

(Inherited from SoBase.)
Public methodGetOutput

Returns a reference to the engine output with the given name.

(Inherited from SoEngine.)
Public methodGetOutputName

Returns (in outputName) the name of the engine output (output).

(Inherited from SoEngine.)
Public methodGetOutputs

Returns a list of outputs in this engine.

(Inherited from SoEngine.)
Public methodGetStringName (Inherited from SoBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasDefaultValues

Returns true if all of the object's fields have their default values.

(Inherited from SoFieldContainer.)
Public methodIsEvaluating

Returns true if the engine evaluation is in progress.

Public methodIsNotifyEnabled

Notification is the process of telling interested objects that this object has changed.

(Inherited from SoFieldContainer.)
Public methodIsSynchronizable

Gets the ScaleViz synchronizable state of this object.

(Inherited from SoBase.)
Public methodSet

Sets one or more fields in this object to the values specified in the given string, which should be a string in the Open Inventor file format.

(Inherited from SoFieldContainer.)
Public methodSetName (Inherited from SoBase.)
Public methodSetSynchronizable

Sets this to be a ScaleViz synchronizable object.

(Inherited from SoBase.)
Public methodSetToDefaults

Sets all fields in this object to their default values.

(Inherited from SoFieldContainer.)
Public methodStartEvaluate

Evaluate engine and dependencies in another thread without blocking the current one.

Public methodToString
Converts this SoBase structure to a human readable string.
(Inherited from SoBase.)
Public methodTouch

Marks an instance as modified, simulating a change to it.

(Inherited from SoBase.)
Public methodWaitEvaluate

Wait for the end of engine evaluation.

Top
Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
Events
  NameDescription
Public eventOnBegin

Event raised when the processing begins.

Public eventOnEnd

Event raised when processing ends and the result is available.

Public eventOnProgress

Event raised while processing is running.

Top
Remarks

See Also
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoDisposable
      OIV.Inventor.MiscSoBase
        OIV.Inventor.FieldsSoFieldContainer
          OIV.Inventor.EnginesSoEngine
            OIV.ImageViz.EnginesSoImageVizEngine
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoAbsoluteValueProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoArithmeticImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoArithmeticValueProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoBlendWithImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoBlendWithValueProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoCombineByMaskProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoDirectionalBlendProcessing2d
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoEigenDecompositionProcessing2d
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoEigenDecompositionProcessing3d
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoImageFormulaProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoMaskImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperationsSoMaxAbsoluteValueProcessing2d
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperationsSoBitShiftProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperationsSoInvertImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperationsSoLogicalImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperationsSoLogicalNotProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperationsSoLogicalValueProcessing
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoCannyEdgeProcessing
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoDijkstraShortestPathProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoEigenvaluesToStructurenessProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoEigenvaluesToStructurenessProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoGaussianGradientTensorProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoGaussianGradientTensorProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoGradientLocalMaximaProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoGradientLocalMaximaProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoRidgeDetectionProcessing
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoTensorVotingProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingSoZeroCrossingsProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoGradientMagnitudeProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoGradientMagnitudeProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoGradientOperatorProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoGradientOperatorProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoMorphologicalGradientProcessing
              OIV.ImageViz.Engines.EdgeDetection.GradientSoRadialGradientCenteredProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoRadialGradientCenteredProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoRadialGradientContourProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoRadialGradientContourProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoRadialGradientLabelProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.GradientSoRadialGradientLabelProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.LaplacianSoDoBFilterProcessing
              OIV.ImageViz.Engines.EdgeDetection.LaplacianSoMorphologicalLaplacianProcessing
              OIV.ImageViz.Engines.EdgeDetection.LaplacianSoRecursiveLaplacianProcessing
              OIV.ImageViz.Engines.EdgeDetection.OtherDerivativesSoGaussianDerivativeProcessing
              OIV.ImageViz.Engines.EdgeDetection.OtherDerivativesSoHessianMatrixProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.OtherDerivativesSoHessianMatrixProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoFlipAxisProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoFlipAxisProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoResampleElasticProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoResampleImageProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoRotateAroundZProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoRotateProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoRotateProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoScaleByFactorProcessing
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoScaleImageToSizeProcessing
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoSwapAxisProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoSwapAxisProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsSoTranslateProcessing
              OIV.ImageViz.Engines.GeometryAndMatching.PatternRecognitionSoBinaryCorrelationProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.PatternRecognitionSoGrayscaleCorrelationProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.RegistrationSoElasticRegistrationProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.RegistrationSoImagePreAlignmentTransform3d
              OIV.ImageViz.Engines.GeometryAndMatching.RegistrationSoImageRegistrationTransform
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoAreaQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoCentroidPathTortuosityQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoCurvatureIntegralsQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoDistanceMeanQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoGlobalAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoIntensityBinHistogramQuantification
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoIntensityHistogramQuantification
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoIntensityIntegralQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoIntensityIntegralQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasuresSoObjectCountQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasuresSoFilterAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasuresSoFilterByMeasureProcessing
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasuresSoLabelAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasuresSoLabelFilteringAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasuresSoLabelFilteringProcessing
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasuresSoMeasureImageProcessing
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasuresSoSieveLabelingProcessing
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoAverageObjectAreaPerSliceQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoAverageObjectNumberPerSliceQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoAverageObjectThicknessQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoAverageSpaceThicknessQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoDegreeOfAnisotropyQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoFractalDimensionQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoFragmentationIndexQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoImageVolumeQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoInertiaMomentProcessing2d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoObjectBoundaryAreaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoObjectImageRatioQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoObjectLinearDensityQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoObjectSpecificSurfaceQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoObjectSurfaceDensityQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoObjectVolumeQuantification
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoPorosityPercentageQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoStructureModelIndexQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.MorphometrySoTotalImageBoundaryAreaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoAutoThresholdingQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoCompareImageQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoCompareValueQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoCooccurrenceQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoIntensityExtremaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoIntensityStatisticsQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoLocalMaximaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoMaskedStatisticsQuantification
              OIV.ImageViz.Engines.ImageAnalysis.StatisticsSoMeasureGaussianNoiseQuantification
              OIV.ImageViz.Engines.ImageFiltering.ColorTransformsSoColorAntialiasingProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.ColorTransformsSoColorGetPlaneProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.ColorTransformsSoColorSpaceConversionProcessing
              OIV.ImageViz.Engines.ImageFiltering.ColorTransformsSoColorToGrayscaleProcessing
              OIV.ImageViz.Engines.ImageFiltering.ColorTransformsSoColorToLightnessProcessing
              OIV.ImageViz.Engines.ImageFiltering.ColorTransformsSoDecorrelationStretchProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.ColorTransformsSoGrayscaleToColorProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoCartesianToPolarProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoComplexCenteredFFTInverseProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoComplexCenteredFFTProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoComplexFFTInverseProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoComplexFFTProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoConvolutionWithImageProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoGaborFilteringProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoPolarToCartesianProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomainSoSwapQuadrantsProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoAdaptiveHistogramEqualizationProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoApplyGrayscaleLutProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoBackgroundImageProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoHistogramEqualizationProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoMatchContrastProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoMathematicalFunctionProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoRescaleIntensityProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsSoShadingCorrectionProcessing
              OIV.ImageViz.Engines.ImageFiltering.SharpeningSoDeblurProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.SharpeningSoDelineateProcessing
              OIV.ImageViz.Engines.ImageFiltering.SharpeningSoShadeProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.SharpeningSoUnsharpMaskingProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoBilateralFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoBoxFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoCurvatureDrivenDiffusionProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoDespeckleProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoFlowInpaintingProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoGaussianBlurFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoMajorityFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoMedianFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoNagaoFilterProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoNagaoFilterProcessing3d
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoNonLocalMeansFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoRecursiveExponentialFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoSigmaFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingSoSNNFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.TextureFiltersSoAutoCorrelationProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.TextureFiltersSoImageCurvatureProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.TextureFiltersSoImageCurvatureProcessing3d
              OIV.ImageViz.Engines.ImageFiltering.TextureFiltersSoLocalStatisticsProcessing
              OIV.ImageViz.Engines.ImageFiltering.TextureFiltersSoMultiscaleStructureEnhancementProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.TextureFiltersSoMultiscaleStructureEnhancementProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoConvertImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoCopyImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoCropImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoDeinterlaceFramesProcessing2d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoGetObliquePlaneFromVolumeProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoGetPlaneFromVolumeProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoInterlaceFramesProcessing2d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoResetImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoSampleImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditingSoSetPlaneToVolumeProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.StackOperationsSoImageStackProjectionProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.SyntheticImagesSoRandomImageGeneration
              OIV.ImageViz.Engines.ImageManipulation.SyntheticImagesSoRandomSphereGeneration3d
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoAdaptiveThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoAutoThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoColorThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoHysteresisThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoLocalAdaptiveThresholdProcessing
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoThresholdingByCriterionProcessing
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.BinarizationSoTopHatProcessing
              OIV.ImageViz.Engines.ImageSegmentation.ClassificationSoAutoIntensityClassificationProcessing
              OIV.ImageViz.Engines.ImageSegmentation.ClassificationSoSupervisedTextureClassificationProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.ClassificationSoSupervisedTextureClassificationProcessing3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoCenterLineApproximation3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoObjectToSegmentApproximation2d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoPolylineExtrusionApproximation3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoPolylineResamplerApproximation2d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoPolylineResamplerApproximation3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoQuadrilateralMeshSlicerApproximation3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoSurfaceFittingApproximation3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometrySoSurfaceUnfoldingProcessing3d
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelectionSoBorderKillProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelectionSoLabelInterfacesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelectionSoObjectBoundariesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelectionSoRemoveSmallHolesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelectionSoRemoveSmallSpotsProcessing
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoAddObjectToLabelProcessing
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoAssignLabelProcessing
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoAutoSegmentation3PhasesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoGroupCloseLabelslProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoLabelingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoObjectToRegionProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoRegionToObjectProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.LabelingSoReorderLabelsProcessing
              OIV.ImageViz.Engines.ImageSegmentation.RegionGrowingSoFloodFillThresholdProcessing
              OIV.ImageViz.Engines.ImageSegmentation.RegionGrowingSoMarkerBasedWatershedProcessing
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingSoConvexHullProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingSoExpandLabelsProcessing
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingSoFillHolesProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingSoFillHolesProcessing3d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingSoFillImageBorderProcessing3d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingSoHExtremaWatershedProcessing
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingSoSeparateObjectsProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoChamferDistanceMapProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoChamferDistanceMapProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoChessboardDistanceMapProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoClosestBoundaryPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoClosestBoundaryPointsProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoEuclideanDistanceMapProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoGeodesicDistanceMapProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoGeodesicPropagationProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoLocalThicknessMapProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMapsSoTimeMapProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoDilationBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoDilationCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoDilationDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoDilationDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoDilationLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoDilationLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoDilationSquareColorProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoErosionBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoErosionCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoErosionDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoErosionDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoErosionLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoErosionLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilationSoErosionSquareColorProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformationsSoExtremaImpositionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformationsSoGrayscaleResconstructionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformationsSoHExtremaProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformationsSoReconstructionFromMarkersProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformationsSoRegionalExtremaProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformationsSoUltimateErosionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoApplyMorphologicalLutProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoApplyMorphologicalLutProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoCentroidProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoEndPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoEndPointsProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoInfluenceZonesProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoInteriorPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoIsolatedPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoIsolatedPointsProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoPruneProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoPruningProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoPruningProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoSkeletonProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeletonSoTriplePointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingBallByReconstructionProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingByReconstructionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingDiskByReconstructionProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingLineMinimumProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoClosingSquareColorProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningBallByReconstructionProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningByReconstructionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningDiskByReconstructionProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningLineMaximumProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingSoOpeningSquareColorProcessing2d