10 #include <vlpi/disEnums.h>
12 #include <boost/signals2.hpp>
33 virtual void setNavigationEnabled(
bool);
34 virtual bool navigationEnabled()
const;
37 virtual bool isUsable()
const;
41 virtual void tick()
override;
43 virtual void postObjectInit();
66 virtual void setNavigationEnabled(
bool);
67 virtual bool navigationEnabled()
const;
76 virtual bool isUsable()
const;
80 virtual void tick()
override;
82 virtual void postObjectInit();
96 virtual const char*
DecoratorType()
const override {
return "DtNavigationSimObjectDecorator"; };
106 virtual const char*
DecoratorType()
const override {
return "DtNavigationLocalObjectDecorator"; };
virtual DtLocalObjectDecorator * createDecorator(DtLocalObject *o) const override
Definition: navigationDecorator.h:94
Definition: stateDataTypes.h:23
A nav interface is a software component of an object that maintains the object's presence in the navi...
Definition: vrfObjectNavInterface.h:39
Definition: navInterfaceManager.h:28
virtual const char * DecoratorType() const override
Definition: navigationDecorator.h:106
Definition: navigationDecorator.h:18
virtual const char * DecoratorType() const override
Definition: navigationDecorator.h:96
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
boost::signals2::scoped_connection myLocalObjectInitializedConnection
Definition: navigationDecorator.h:86
virtual DtSimObjectDecorator * createDecorator(const DtSimObject *o) const override
Definition: navigationDecorator.h:93
This class will contain logic to update the bounding volume based on posture when the logic ticks...
Definition: navigationDecorator.h:50
The DtAggregateDecoratorCreator will create the appropriate type of aggregate proxy logic...
Definition: navigationDecorator.h:90
DtNavInterfaceManager * myNavInterfaceManager
Definition: navigationDecorator.h:46
virtual DtLocalObjectDecorator * createDecorator(DtLocalObject *o) const override
Definition: navigationDecorator.h:104
virtual void tick()
Override to perform a tick durning advance frame.
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80
Definition: decoratorBase.h:57
Definition: decoratorBase.h:30
DtNavInterfaceManager * myNavInterfaceManager
Definition: navigationDecorator.h:85
Definition: navInterfaceManager.h:20
The DtAggregateDecoratorCreator will create the appropriate type of aggregate proxy logic...
Definition: navigationDecorator.h:100
virtual DtSimObjectDecorator * createDecorator(const DtSimObject *o) const override
Definition: navigationDecorator.h:103
virtual void tick()
No op by default.
Definition: decoratorBase.h:44
A locally simulated VRF object.
Definition: localObject.h:98