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.3.0.0 (10.3.0.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
System.Object
  OIV.Inventor.SoNetBase
    OIV.Inventor.SoDisposable
      OIV.Inventor.Misc.SoBase
        OIV.Inventor.Fields.SoFieldContainer
          OIV.Inventor.Engines.SoEngine
            OIV.ImageViz.Engines.SoImageVizEngine
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoAbsoluteValueProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoArithmeticImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoArithmeticValueProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoBlendWithImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoBlendWithValueProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoCombineByMaskProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoDirectionalBlendProcessing2d
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoEigenDecompositionProcessing2d
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoEigenDecompositionProcessing3d
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoImageFormulaProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoMaskImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoMaxAbsoluteValueProcessing2d
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperations.SoBitShiftProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperations.SoInvertImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperations.SoLogicalImageProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperations.SoLogicalNotProcessing
              OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperations.SoLogicalValueProcessing
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoCannyEdgeProcessing
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoDijkstraShortestPathProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoEigenvaluesToStructurenessProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoEigenvaluesToStructurenessProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoGaussianGradientTensorProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoGaussianGradientTensorProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoGradientLocalMaximaProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoGradientLocalMaximaProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoRidgeDetectionProcessing
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoTensorVotingProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.EdgeMarking.SoZeroCrossingsProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientMagnitudeProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientMagnitudeProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoGradientOperatorProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoMorphologicalGradientProcessing
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientCenteredProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientCenteredProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientContourProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientContourProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientLabelProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.Gradient.SoRadialGradientLabelProcessing3d
              OIV.ImageViz.Engines.EdgeDetection.Laplacian.SoDoBFilterProcessing
              OIV.ImageViz.Engines.EdgeDetection.Laplacian.SoMorphologicalLaplacianProcessing
              OIV.ImageViz.Engines.EdgeDetection.Laplacian.SoRecursiveLaplacianProcessing
              OIV.ImageViz.Engines.EdgeDetection.OtherDerivatives.SoGaussianDerivativeProcessing
              OIV.ImageViz.Engines.EdgeDetection.OtherDerivatives.SoHessianMatrixProcessing2d
              OIV.ImageViz.Engines.EdgeDetection.OtherDerivatives.SoHessianMatrixProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoFlipAxisProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoFlipAxisProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoResampleImageProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoRotateAroundZProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoRotateProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoRotateProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoScaleByFactorProcessing
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoScaleImageToSizeProcessing
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoSwapAxisProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoSwapAxisProcessing3d
              OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoTranslateProcessing
              OIV.ImageViz.Engines.GeometryAndMatching.PatternRecognition.SoBinaryCorrelationProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.PatternRecognition.SoGrayscaleCorrelationProcessing2d
              OIV.ImageViz.Engines.GeometryAndMatching.Registration.SoImagePreAlignmentTransform3d
              OIV.ImageViz.Engines.GeometryAndMatching.Registration.SoImageRegistrationTransform
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoAreaQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoCentroidPathTortuosityQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoCurvatureIntegralsQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoDistanceMeanQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoGlobalAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoIntensityBinHistogramQuantification
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoIntensityHistogramQuantification
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoIntensityIntegralQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoIntensityIntegralQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoObjectCountQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasures.SoFilterAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasures.SoFilterByMeasureProcessing
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasures.SoLabelAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasures.SoLabelFilteringAnalysisQuantification
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasures.SoLabelFilteringProcessing
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasures.SoMeasureImageProcessing
              OIV.ImageViz.Engines.ImageAnalysis.IndividualMeasures.SoSieveLabelingProcessing
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoAverageObjectAreaPerSliceQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoAverageObjectNumberPerSliceQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoAverageObjectThicknessQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoAverageSpaceThicknessQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoDegreeOfAnisotropyQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoFractalDimensionQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoFragmentationIndexQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoImageVolumeQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoInertiaMomentProcessing2d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoObjectBoundaryAreaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoObjectImageRatioQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoObjectLinearDensityQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoObjectSpecificSurfaceQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoObjectSurfaceDensityQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoObjectVolumeQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoPorosityPercentageQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoStructureModelIndexQuantification3d
              OIV.ImageViz.Engines.ImageAnalysis.Morphometry.SoTotalImageBoundaryAreaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoAutoThresholdingQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoCompareImageQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoCompareValueQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoCooccurrenceQuantification2d
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoIntensityExtremaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoIntensityStatisticsQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoLocalMaximaQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoMaskedStatisticsQuantification
              OIV.ImageViz.Engines.ImageAnalysis.Statistics.SoMeasureGaussianNoiseQuantification
              OIV.ImageViz.Engines.ImageFiltering.ColorTransforms.SoColorAntialiasingProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.ColorTransforms.SoColorGetPlaneProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.ColorTransforms.SoColorSpaceConversionProcessing
              OIV.ImageViz.Engines.ImageFiltering.ColorTransforms.SoColorToGrayscaleProcessing
              OIV.ImageViz.Engines.ImageFiltering.ColorTransforms.SoColorToLightnessProcessing
              OIV.ImageViz.Engines.ImageFiltering.ColorTransforms.SoDecorrelationStretchProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.ColorTransforms.SoGrayscaleToColorProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoCartesianToPolarProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoComplexCenteredFFTInverseProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoComplexCenteredFFTProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoComplexFFTInverseProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoComplexFFTProcessing
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoConvolutionWithImageProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoGaborFilteringProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoPolarToCartesianProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.FrequencyDomain.SoSwapQuadrantsProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoAdaptiveHistogramEqualizationProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoApplyGrayscaleLutProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoBackgroundImageProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoHistogramEqualizationProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoMatchContrastProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoMathematicalFunctionProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoRescaleIntensityProcessing
              OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoShadingCorrectionProcessing
              OIV.ImageViz.Engines.ImageFiltering.Sharpening.SoDeblurProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.Sharpening.SoDelineateProcessing
              OIV.ImageViz.Engines.ImageFiltering.Sharpening.SoShadeProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.Sharpening.SoUnsharpMaskingProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoBilateralFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoBoxFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoCurvatureDrivenDiffusionProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoDespeckleProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoFlowInpaintingProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoGaussianBlurFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoMajorityFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoMedianFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoNagaoFilterProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoNagaoFilterProcessing3d
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoNonLocalMeansFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoRecursiveExponentialFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoSigmaFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising.SoSNNFilterProcessing
              OIV.ImageViz.Engines.ImageFiltering.TextureFilters.SoAutoCorrelationProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.TextureFilters.SoImageCurvatureProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.TextureFilters.SoImageCurvatureProcessing3d
              OIV.ImageViz.Engines.ImageFiltering.TextureFilters.SoLocalStatisticsProcessing
              OIV.ImageViz.Engines.ImageFiltering.TextureFilters.SoMultiscaleStructureEnhancementProcessing2d
              OIV.ImageViz.Engines.ImageFiltering.TextureFilters.SoMultiscaleStructureEnhancementProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoConvertImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoCopyImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoCropImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoDeinterlaceFramesProcessing2d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoGetObliquePlaneFromVolumeProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoGetPlaneFromVolumeProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoInterlaceFramesProcessing2d
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoResetImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoSampleImageProcessing
              OIV.ImageViz.Engines.ImageManipulation.ImageEditing.SoSetPlaneToVolumeProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.StackOperations.SoImageStackProjectionProcessing3d
              OIV.ImageViz.Engines.ImageManipulation.SyntheticImages.SoRandomImageGeneration
              OIV.ImageViz.Engines.ImageManipulation.SyntheticImages.SoRandomSphereGeneration3d
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoAdaptiveThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoAutoThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoColorThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoHysteresisThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoLocalAdaptiveThresholdProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoThresholdingByCriterionProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoThresholdingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Binarization.SoTopHatProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Classification.SoAutoIntensityClassificationProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Classification.SoSupervisedTextureClassificationProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.Classification.SoSupervisedTextureClassificationProcessing3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry.SoCenterLineApproximation3d
              OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry.SoObjectToSegmentApproximation2d
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelection.SoBorderKillProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelection.SoLabelInterfacesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelection.SoObjectBoundariesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelection.SoRemoveSmallHolesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.FeatureSelection.SoRemoveSmallSpotsProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoAddObjectToLabelProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoAssignLabelProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoAutoSegmentation3PhasesProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoGroupCloseLabelslProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoLabelingProcessing
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoObjectToRegionProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoRegionToObjectProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.Labeling.SoReorderLabelsProcessing
              OIV.ImageViz.Engines.ImageSegmentation.RegionGrowing.SoFloodFillThresholdProcessing
              OIV.ImageViz.Engines.ImageSegmentation.RegionGrowing.SoMarkerBasedWatershedProcessing
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoConvexHullProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoExpandLabelsProcessing
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoFillHolesProcessing2d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoFillHolesProcessing3d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoFillImageBorderProcessing3d
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoHExtremaWatershedProcessing
              OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoSeparateObjectsProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoChamferDistanceMapProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoChamferDistanceMapProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoChessboardDistanceMapProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoClosestBoundaryPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoClosestBoundaryPointsProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoEuclideanDistanceMapProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoGeodesicDistanceMapProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoGeodesicPropagationProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoLocalThicknessMapProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps.SoTimeMapProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoDilationBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoDilationCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoDilationDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoDilationDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoDilationLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoDilationLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoDilationSquareColorProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoErosionBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoErosionCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoErosionDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoErosionDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoErosionLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoErosionLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation.SoErosionSquareColorProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformations.SoExtremaImpositionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformations.SoGrayscaleResconstructionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformations.SoHExtremaProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformations.SoReconstructionFromMarkersProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformations.SoRegionalExtremaProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformations.SoUltimateErosionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoApplyMorphologicalLutProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoApplyMorphologicalLutProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoCentroidProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoEndPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoEndPointsProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoInfluenceZonesProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoInteriorPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoIsolatedPointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoIsolatedPointsProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoPruneProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoPruningProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoPruningProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoSkeletonProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoTriplePointsProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingBallByReconstructionProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingByReconstructionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingDiskByReconstructionProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingLineMinimumProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoClosingSquareColorProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningBallByReconstructionProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningBallProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningByReconstructionProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningCubeProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningDiskByReconstructionProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningDiskProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningDiskProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningLineMaximumProcessing
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningLineProcessing2d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningLineProcessing3d
              OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosing.SoOpeningSquareColorProcessing2d