12 #ifndef DtDistributedDrawDriver_H_
13 #define DtDistributedDrawDriver_H_
15 #include <vrvCore/DtDriver.h>
16 #include <vrvCore/DtAgentManager.h>
17 #include "DtExampleDrawObjectAgent.hpp"
19 using namespace makVrv;
28 const std::string& instanceName);
34 virtual const std::string& className()
const;
38 virtual void drawRandomSphere();
50 virtual bool onStart();
53 virtual bool onStop();
56 virtual void slot_displayEngineAdded(
const DtDeRecord& igRecord );
59 virtual bool onTick();
62 virtual void updateSphere();