VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExtractPropsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsgQt/vrvOsgQt.h>
14 
15 namespace makVrv
16 {
17 
18  class DtDe;
19  class DtTerrain;
20  class DtTerrainPatch;
21  class DtTerrainPatchObject;
22 
26  {
27 
28  public:
29 
31  DtExtractPropsLogic(DtDe& de, DtTerrain& terrain,
32  const std::string& patchDefinition, DtExtractPropsInterface& gui);
33 
35  virtual ~DtExtractPropsLogic();
36 
37  protected:
38 
40  void extractProps(const std::string& searchExp, bool isRegEx,
41  const std::string& type, const std::string& modelDef);
42 
44  void buildSearchCandidates(DtTerrainPatchObject& tpo);
45 
47  virtual void terrainToBeCleared();
48 
52  virtual void terrainPatchToBeDeleted(const DtTerrainPatch&);
53 
54  protected:
55 
61  };
62 }
63 
64 

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)