Click or drag to resize
SoImageVizEngineAnalysisOutputAnalysisResultType Class

Image Processing output class to convert SoImageAnalysisResult to result details.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.EnginesSoEngineOutput
      OIV.ImageViz.EnginesSoImageVizEngineOutputSoSFImageAnalysisResult, SoImageAnalysisResult
        OIV.ImageViz.EnginesSoImageVizEngineAnalysisOutputAnalysisResultType

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SoImageVizEngineAnalysisOutput<AnalysisResultType> : SoImageVizEngineOutput<SoSFImageAnalysisResult, SoImageAnalysisResult>

Type Parameters

AnalysisResultType

The SoImageVizEngineAnalysisOutputAnalysisResultType type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEnable

Enables or disables all connections from this output.

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

Returns the type of field this output can connect to.

(Inherited from SoEngineOutput.)
Public methodGetContainer

Returns containing engine.

(Inherited from SoEngineOutput.)
Public methodGetDetail
Returns the first detail of the given image analysis output.
Public methodGetDetail(UInt64)
Returns index-th detail of the given image analysis output.
Public methodGetForwardConnections

Returns the number of fields this output is writing to, and adds references to those fields to the given list.

(Inherited from SoEngineOutput.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNumConnections

Number of connections this output currently has.

(Inherited from SoEngineOutput.)
Public methodGetNumDetails
Returns the number of details available in the image analysis output.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnabled

Returns true if this output is currently enabled.

(Inherited from SoEngineOutput.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
Remarks

This class is similar to SoImageVizEngineOutput but provide a methods to get back the detailed values of an image analysis as an object that contains a member for each specific value.

Detailed object are retrieved using the getDetail() method.

See Also