Click or drag to resize

ServiceProviderVisualizer Class

Base class for all IServiceProvider visualizers, which are used by ServiceProviderDisplay to draw IServiceProviders in Insight3D.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Platforms.AdvancedServiceProviderVisualizer
    More...

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract class ServiceProviderVisualizer : IDisposable

The ServiceProviderVisualizer type exposes the following members.

Constructors
  NameDescription
Protected methodServiceProviderVisualizer
Initializes a new instance.
Top
Methods
  NameDescription
Public methodClear
Public methodCreateEvaluators
Public methodDispose
Releases any resources associated with this instance.
Protected methodDispose(Boolean)
Releases any resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialUpdate
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPick
Returns a list of IServiceProvider instances that were contained in the provided PickResult
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates any dynamic graphics to the provided time.
Public methodUpdateReferences
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
Top
See Also
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Platforms.AdvancedServiceProviderVisualizer
    AGI.Foundation.Platforms.AdvancedAzimuthElevationMaskVisualizer
    AGI.Foundation.Platforms.AdvancedCentralBodySurfaceCurveVisualizer
    AGI.Foundation.Platforms.AdvancedCentralBodySurfaceRegionVisualizer
    AGI.Foundation.Platforms.AdvancedFieldOfViewCentralBodyProjectionVisualizer
    AGI.Foundation.Platforms.AdvancedLinkVisualizer
    AGI.Foundation.Platforms.AdvancedLocationPointCovarianceVisualizer
    AGI.Foundation.Platforms.AdvancedMarkerVisualizer
    AGI.Foundation.Platforms.AdvancedModelVisualizer
    AGI.Foundation.Platforms.AdvancedPointVisualizer
    AGI.Foundation.Platforms.AdvancedReferenceFrameVisualizer
    AGI.Foundation.Platforms.AdvancedTextVisualizer
    AGI.Foundation.Platforms.AdvancedVectorVisualizer