25 template <
class ObjectType>
42 virtual const std::string&
className()
const;
55 const ObjectType*
object()
const;
67 #define DtAgentUpdateResolver_INL_
68 #include "DtAgentUpdateResolver.inl"
69 #undef DtAgentUpdateResolver_INL_
ObjectTypeDefinition * myObjectTypeDefinition
Definition: DtAgentUpdateResolver.h:62
The IGI Message.
Definition: DtMessage.h:33
Abstract base class for object updaters.
Definition: DtAgentUpdateResolverInterface.h:23
Use this class as the base class for definition where ObjectClass is the class whose definition defin...
Definition: DtAgentDefinition.h:35
ObjectType * object()
Get a pointer to the actual object this updater updates.
virtual void handleUpdateMessage(DtMessage &message)
Implementation of handling an update message via a definition.
virtual ~DtAgentUpdateResolver()
DTOR.
virtual void * objectMemoryAddress() const
Get the object memory address necessary for casting the ObjectType.
virtual bool canCastToObject(const std::string &className)
Implementation of if an updater's object can be cast to a particular class.
DtAgentUpdateResolver updates an instance of an object using is definition.
Definition: DtAgentUpdateResolver.h:26
Contains makVrv::DtAgentDefinition class.
DtAgentUpdateResolver(DtDe &de, ObjectType *object, ObjectTypeDefinition *definition)
Construct an updater for an object and it's type definition.
DtAgentDefinition< ObjectType > ObjectTypeDefinition
Definition: DtAgentUpdateResolver.h:29
DtDe & myDe
Definition: DtAgentUpdateResolver.h:60
ObjectType * myObjectPointer
Definition: DtAgentUpdateResolver.h:61
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
virtual const std::string & className() const
Abstract getting the class name for the updater.
Contains DLL export macros.