12 #include <rapidjson/document.h>
16 #include <boost/unordered_map.hpp>
21 class DtMetaObjectCreator;
22 class DtOsgArticulatedModel;
30 typedef boost::unordered_map<std::string, DtMetaObjectCreator*>
44 const std::string& metaFeatureName, osg::Node* node,
48 ,
const unsigned int nodeTypeIndex)
const;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
An articulated model manipulator for controlling an articulated model. Supports indirect rendering of...
Definition: DtOsgArticulatedModel.h:69
Contains makVrv::DtVirtualBaseClass class.
IMGUI_API void Value(const char *prefix, bool b)
Contains makVrv::DtUniqueID type.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70