SoImageVizEngineAnalysisOutputAnalysisResultType Class |
Image Processing output class to convert SoImageAnalysisResult to result details.
Namespace: OIV.ImageViz.Engines
public class SoImageVizEngineAnalysisOutput<AnalysisResultType> : SoImageVizEngineOutput<SoSFImageAnalysisResult, SoImageAnalysisResult>
The SoImageVizEngineAnalysisOutputAnalysisResultType type exposes the following members.
Name | Description | |
---|---|---|
SoImageVizEngineAnalysisOutputAnalysisResultType |
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. | |
GetDetail |
Returns the first detail of the given image analysis output.
| |
GetDetail(UInt64) |
Returns index-th detail of the given image analysis output.
| |
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. | |
GetNumDetails |
Returns the number of details available in the image analysis output.
| |
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.) |
Name | Description | |
---|---|---|
Value |
Gets the cached output value.
(Inherited from SoImageVizEngineOutputOutputFieldType, OutputType.) |
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.