Click or drag to resize
SoImageVizEngineAnalysisOutputAnalysisResultType Methods

The SoImageVizEngineAnalysisOutputAnalysisResultType generic type exposes the following members.

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
See Also