| Name | Description | Type | Package | Framework |
| AccessEntityFilter | An EntityFilter that filters entities based on the results of an AccessQuery. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| ArchivedProperty | Describes a property of a tracking entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces | Contains methods related to the interfaces that are commonly implemented on entity classes, such as IEntityLastUpdate and IEntityPosition. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityAcceleration | Contains methods related to the IEntityAcceleration interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityIdentifier | Contains methods related to the IEntityIdentifier interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityLastUpdate | Contains methods related to the IEntityLastUpdate interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityOrientation | Contains methods related to the IEntityOrientation interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityPosition | Contains methods related to the IEntityPosition interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityRotationalAcceleration | Contains methods related to the IEntityRotationalAcceleration interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityRotationalVelocity | Contains methods related to the IEntityRotationalVelocity interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| CommonEntityInterfaces .IEntityVelocity | Contains methods related to the IEntityVelocity interface. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| DelegateEntityFilter | An EntityFilter that filters entities based on the result of the specified callback. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityDescriptor | Describes a family of entities. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityFilter | The base class for classes that are used with EntityFilterChain to filter entities into different EntitySets based on their properties. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityFilterChain | Groups entities into EntitySets with a series of filters. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityFilterCollection | A collection of EntityFilters. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityHistory | Represents positional history of an entity generated by a HistoryGenerator. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityParameter | The placeholder for a parameterized entity within an evaluator. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityPropertyGetter | Represents a method to get the value of a property on an entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityPropertySetter | Represents a method to set the value of a property on an entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntitySchema | Describes the archived schema for an entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntitySchemaProperty | A property in an EntitySchema. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntitySet | This class holds and manages a collection of tracked entities. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntitySetChangedEventArgs | Holds information about changes to an EntitySet. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityTransactedPropertyGetter | Represents a method to get a transacted property on an entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| EntityVisualizer | Abstract base class for visualizers, which display entities in Insight3D. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| HistoryGenerator | Maintains position information for visualizing track history. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| HistoryVisualizer | An EntityVisualizer that creates a historical track for each entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityAcceleration | An interface to a tracking entity that has acceleration. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityArchiveDescriptor | An interface implemented by a class derived from EntityDescriptor to specify information about how an entity is archived. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityIdentifier | An interface to a tracking entity that has an identifier. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityLastUpdate | An interface to a tracking entity that describes the last time the entity was updated. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityOrientation | An interface to a tracking entity that has an orientation. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityOrientationDescriptor | An interface implemented by a class derived from EntityDescriptor to specify the Axes in which Orientation (get) is defined. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityPosition | An interface to a tracking entity that has a position described as an X, Y, and Z coordinate. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityPositionDescriptor | An interface implemented by a class derived from EntityDescriptor to specify the ReferenceFrame in which Position (get) is defined. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityRotationalAcceleration | An interface to a tracking entity that has rotational acceleration. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityRotationalVelocity | An interface to a tracking entity that has rotational velocity. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntitySensorFieldOfView | An interface to a tracking entity that has a volume describing the region of space that is detectable with its sensor. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IEntityVelocity | An interface to a tracking entity that has a velocity. | Interface | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| IsMatchCallback | Represents a method used to match an entity via DelegateEntityFilter. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| LabelCallback | Returns a label for the specified entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| LabelVisualizer | An EntityVisualizer which creates a label for each entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| MarkerCallback | Returns a texture to be used as a marker for the specified entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| MarkerVisualizer | An EntityVisualizer which creates a marker for each entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| MatchingStrategy | enum MatchingStrategyIndicates if an EntityFilterChain will place each | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| MemoryArchive | A TrackingArchive that stores tracking data in memory. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| ModelCallback | Returns the model for the specified entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| ModelVisualizer | An EntityVisualizer which creates a model for each entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| PointVisualizer | An EntityVisualizer which creates a point for each entity. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| RawEntityData | Holds raw entity data read from a TrackingArchive. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| SensorFieldOfViewVisualizer | An EntityVisualizer that visualizes a set of sensors. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| TrackingArchive | The base for classes that archive tracking data. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| TrackingTypeArchiver | An object that stores and retrieves specific types in a TrackingArchive by splitting a complex type into primitives. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| TrackingTypeArchiverCollection | A collection of TrackingTypeArchivers. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| ViewEntityFromOffset | Tracks an entity with a Camera (get / set). | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| ViewFromTo | Tracks an entity or Point with a Camera (get / set) from the location of another entity or Point. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |
|
| WaypointVisualizer | An EntityVisualizer that creates a waypoint for each position in an entity's historical track. | Class | agi.foundation.tracking | AGI ( Analytical Graphics ) |