VR-Forces 4.5 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) 2016 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>
17 
18 #include <osg/Node>
19 
20 namespace makVrv
21 {
22  class DtOsgArticulatedModel;
23 
29  {
30 
31  public:
32 
35 
37  virtual ~DtMetaObjectCreator();
38 
40  virtual DtVirtualBaseClass* create(DtDe& de, osg::Node* node,
41  DtOsgArticulatedModel* osgArticulatedModel,
42  const rapidjson::Value& jsonObject, const std::string& modelDefName,
43  const DtElementID elementId, const DtUniqueID uniqueId,
44  const bool useInstancing, const unsigned int nodeTypeIndex) = 0;
45  };
46 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)