All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Interface CATISamVisibility
Usage: you can reimplement this interface by deriving the supplied CATEAnalysisVisibility adapter class.
interface CATISamVisibility
Management of the interactive display for analysis features.
This interface allows to setup or modify dynamically the interactive parameters
of an analysis feature.
This includes 3D display and tree visualisation.
BOA information: this interface can be implemented using the BOA (Basic Object Adapter).
Use a Data extension for using CATEAnalysisVisibility adaptor.
To know more about the BOA, refer to the CAA Encyclopedia home page.
Click Middleware at the bottom left, then click the Object Modeler tab page.
Several articles deal with the BOA.
Method Index
- o
GetVisibilityProperty()
- Returns the Visibility attribute of an analysis feature.
- o
IsPersistent()
- Returns the Visibility is managed by persistent attribute.
- o
IsVisibleIn3D()
- Returns the Visibility attribute of an analysis feature in the 3D Window.
- o
IsVisibleInGraph()
- Returns the Visibility attribute of an analysis feature in the feature tree.
- o
SetVisibilityProperty(CATSamVisibility)
- Defines the Visibility attribute of an analysis feature.
Methods
o GetVisibilityProperty
| public virtual GetVisibilityProperty( | ) |
-
Returns the Visibility attribute of an analysis feature.
- Returns:
- iVisibility Value for Visibility.
CATSamVisibility
o IsPersistent
| public virtual IsPersistent( | ) |
-
Returns the Visibility is managed by persistent attribute.
- Returns:
- True if the feature have a persistent attribute for this implementation.
o IsVisibleIn3D
| public virtual IsVisibleIn3D( | ) |
-
Returns the Visibility attribute of an analysis feature in the 3D Window.
- Returns:
- True if the feature will be visualize in the 3D Window .
CATSamVisibility
o IsVisibleInGraph
| public virtual IsVisibleInGraph( | ) |
-
Returns the Visibility attribute of an analysis feature in the feature tree.
- Returns:
- True if the feature is connected to the tree.
CATSamVisibility
o SetVisibilityProperty
| public virtual SetVisibilityProperty( | | iVisibility) |
-
Defines the Visibility attribute of an analysis feature.
- Parameters:
-
- iVisibility
- Value for Visibility.
CATSamVisibility
This object is included in the file: CATISamVisibility.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface