VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtMetaObjectCreator.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
14 #include <vrvCore/DtUniqueID.h>
15 #include <rapidjson/document.h>
16 
17 #include <osg/Node>
18 
19 namespace makVrv
20 {
26  {
27 
28  public:
29 
32 
34  virtual ~DtMetaObjectCreator();
35 
37  virtual DtVirtualBaseClass* create(DtDe& de, osg::Node* node,
38  const rapidjson::Value& jsonObject, const std::string& modelDefName,
39  const DtElementID elementId, const DtUniqueID sceneObjectId,
40  const DtUniqueID uniqueId, const bool useInstancing,
41  const unsigned int nodeTypeIndex) = 0;
42  };
43 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)