VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPropAdder.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPropAdder.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
16 #include <string>
17 
18 namespace makArchives
19 {
20  class DtAddPropsRuleRecord;
21 }
22 
23 namespace makVrv
24 {
25  class DtDe;
26  class DtAgentManagerInterface;
27  class DtTerrainLayer;
28 
33  {
34  public:
35 
37  DtPropAdder(DtDe& de,DtAgentManagerInterface& agentManagerInterface);
38 
40  virtual ~DtPropAdder();
41 
44  virtual void addProps(const makArchives::DtAddPropsRuleRecord& rule,
45  DtTerrainLayer* terrainLayer) = 0;
46 
47  protected:
48 
51 
52  };
53 
57  {
58  public:
59 
60  virtual ~DtPropAdderCreator();
61  virtual DtPropAdder* create( const std::string& filename,
63  };
64 }

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)