SoImageVizEngineFieldContainerOutputFieldContainerType Class |
Image Processing output class to convert SoImageAnalysisResult to result details.
Namespace: OIV.ImageViz.Engines
public class SoImageVizEngineFieldContainerOutput<FieldContainerType> : SoImageVizEngineOutput<SoSFFieldContainer, SoFieldContainer> where FieldContainerType : class, SoFieldContainer
The SoImageVizEngineFieldContainerOutputFieldContainerType type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoImageVizEngineFieldContainerOutputFieldContainerType |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Enable | Enables or disables all connections from this output. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetConnectionType | Returns the type of field this output can connect to. |
![]() | GetContainer | Returns containing engine. |
![]() | GetForwardConnections | Returns the number of fields this output is writing to, and adds references to those fields to the given list. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetNumConnections | Number of connections this output currently has. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEnabled | Returns true if this output is currently enabled. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.