VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtModelDefinitionCollection.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtModelDefinitionManager.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #pragma once
13 
14 #include <vrvCore/vrvCore.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtBaseConnection;
21 
27  {
28  public:
31 
33  static const DtModelDefinitionCollection& instance(DtBaseConnection& owner);
34 
36  const DtModelDefinition* findModelDefinition(const std::string& name) const;
37 
40  static void buildInstance(DtBaseConnection& owner, DtDe& source);
41 
42  protected:
45 
47  };
48 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)