VectorVisualizer Methods |
The VectorVisualizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to CreateEvaluators(IEnumerable<IServiceProvider>, EvaluatorGroup) (Overrides ServiceProviderVisualizer.Clear().) |
![]() | CreateEvaluators |
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator<T>
objects needed for visualization.
(Overrides ServiceProviderVisualizer.CreateEvaluators(IEnumerable<IServiceProvider>, EvaluatorGroup).) |
![]() | Dispose() |
Releases any resources associated with this instance.
(Inherited from ServiceProviderVisualizer.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitialUpdate |
Called by the ServiceProviderDisplay after all evaluators have been created to instruct
the visualizer to finish any remaining initialization and draw its static graphics.
(Overrides ServiceProviderVisualizer.InitialUpdate().) |
![]() | Pick |
Returns a list of IServiceProvider instances that were contained in the
provided PickResult (Overrides ServiceProviderVisualizer.Pick(PickResult).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update |
Updates any dynamic graphics to the provided time.
(Overrides ServiceProviderVisualizer.Update(JulianDate).) |
![]() | UpdateReferences |
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
(Overrides ServiceProviderVisualizer.UpdateReferences(EvaluatorGroup).) |