Click or drag to resize
SoImageVizEngineFieldContainerOutputFieldContainerType Class

Image Processing output class to convert SoImageAnalysisResult to result details.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.EnginesSoEngineOutput
      OIV.ImageViz.EnginesSoImageVizEngineOutputSoSFFieldContainer, SoFieldContainer
        OIV.ImageViz.EnginesSoImageVizEngineFieldContainerOutputFieldContainerType

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SoImageVizEngineFieldContainerOutput<FieldContainerType> : SoImageVizEngineOutput<SoSFFieldContainer, SoFieldContainer>
where FieldContainerType : class, SoFieldContainer

Type Parameters

FieldContainerType

The SoImageVizEngineFieldContainerOutputFieldContainerType 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 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 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
  NameDescription
Public propertyValue
Gets the cached output value.
Top
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