Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Agi.foundation.tracking Classes and Interfaces - 58 results found.
NameDescriptionTypePackageFramework
AccessEntityFilterAn EntityFilter that filters entities based on the results of an AccessQuery.Classagi.foundation.trackingAGI ( Analytical Graphics )
ArchivedPropertyDescribes a property of a tracking entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfacesContains methods related to the interfaces that are commonly implemented on entity classes, such as IEntityLastUpdate and IEntityPosition.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityAccelerationContains methods related to the IEntityAcceleration interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityIdentifierContains methods related to the IEntityIdentifier interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityLastUpdateContains methods related to the IEntityLastUpdate interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityOrientationContains methods related to the IEntityOrientation interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityPositionContains methods related to the IEntityPosition interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityRotationalAccelerationContains methods related to the IEntityRotationalAcceleration interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityRotationalVelocityContains methods related to the IEntityRotationalVelocity interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
CommonEntityInterfaces .IEntityVelocityContains methods related to the IEntityVelocity interface.Classagi.foundation.trackingAGI ( Analytical Graphics )
DelegateEntityFilterAn EntityFilter that filters entities based on the result of the specified callback.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityDescriptorDescribes a family of entities.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityFilterThe base class for classes that are used with EntityFilterChain to filter entities into different EntitySets based on their properties.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityFilterChainGroups entities into EntitySets with a series of filters.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityFilterCollectionA collection of EntityFilters.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityHistoryRepresents positional history of an entity generated by a HistoryGenerator.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityParameterThe placeholder for a parameterized entity within an evaluator.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityPropertyGetterRepresents a method to get the value of a property on an entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityPropertySetterRepresents a method to set the value of a property on an entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntitySchemaDescribes the archived schema for an entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntitySchemaPropertyA property in an EntitySchema.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntitySetThis class holds and manages a collection of tracked entities.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntitySetChangedEventArgsHolds information about changes to an EntitySet.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityTransactedPropertyGetterRepresents a method to get a transacted property on an entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
EntityVisualizerAbstract base class for visualizers, which display entities in Insight3D.Classagi.foundation.trackingAGI ( Analytical Graphics )
HistoryGeneratorMaintains position information for visualizing track history.Classagi.foundation.trackingAGI ( Analytical Graphics )
HistoryVisualizerAn EntityVisualizer that creates a historical track for each entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
IEntityAccelerationAn interface to a tracking entity that has acceleration.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityArchiveDescriptorAn interface implemented by a class derived from EntityDescriptor to specify information about how an entity is archived.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityIdentifierAn interface to a tracking entity that has an identifier.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityLastUpdateAn interface to a tracking entity that describes the last time the entity was updated.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityOrientationAn interface to a tracking entity that has an orientation.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityOrientationDescriptorAn interface implemented by a class derived from EntityDescriptor to specify the Axes in which Orientation (get) is defined.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityPositionAn interface to a tracking entity that has a position described as an X, Y, and Z coordinate.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityPositionDescriptorAn interface implemented by a class derived from EntityDescriptor to specify the ReferenceFrame in which Position (get) is defined.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityRotationalAccelerationAn interface to a tracking entity that has rotational acceleration.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityRotationalVelocityAn interface to a tracking entity that has rotational velocity.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntitySensorFieldOfViewAn interface to a tracking entity that has a volume describing the region of space that is detectable with its sensor.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IEntityVelocityAn interface to a tracking entity that has a velocity.Interfaceagi.foundation.trackingAGI ( Analytical Graphics )
IsMatchCallbackRepresents a method used to match an entity via DelegateEntityFilter.Classagi.foundation.trackingAGI ( Analytical Graphics )
LabelCallbackReturns a label for the specified entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
LabelVisualizerAn EntityVisualizer which creates a label for each entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
MarkerCallbackReturns a texture to be used as a marker for the specified entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
MarkerVisualizerAn EntityVisualizer which creates a marker for each entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
MatchingStrategyenum MatchingStrategyIndicates if an EntityFilterChain will place eachClassagi.foundation.trackingAGI ( Analytical Graphics )
MemoryArchiveA TrackingArchive that stores tracking data in memory.Classagi.foundation.trackingAGI ( Analytical Graphics )
ModelCallbackReturns the model for the specified entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
ModelVisualizerAn EntityVisualizer which creates a model for each entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
PointVisualizerAn EntityVisualizer which creates a point for each entity.Classagi.foundation.trackingAGI ( Analytical Graphics )
RawEntityDataHolds raw entity data read from a TrackingArchive.Classagi.foundation.trackingAGI ( Analytical Graphics )
SensorFieldOfViewVisualizerAn EntityVisualizer that visualizes a set of sensors.Classagi.foundation.trackingAGI ( Analytical Graphics )
TrackingArchiveThe base for classes that archive tracking data.Classagi.foundation.trackingAGI ( Analytical Graphics )
TrackingTypeArchiverAn object that stores and retrieves specific types in a TrackingArchive by splitting a complex type into primitives.Classagi.foundation.trackingAGI ( Analytical Graphics )
TrackingTypeArchiverCollectionA collection of TrackingTypeArchivers.Classagi.foundation.trackingAGI ( Analytical Graphics )
ViewEntityFromOffsetTracks an entity with a Camera (get / set).Classagi.foundation.trackingAGI ( Analytical Graphics )
ViewFromToTracks an entity or Point with a Camera (get / set) from the location of another entity or Point.Classagi.foundation.trackingAGI ( Analytical Graphics )
WaypointVisualizerAn EntityVisualizer that creates a waypoint for each position in an entity's historical track.Classagi.foundation.trackingAGI ( Analytical Graphics )