VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExtractPropsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 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 
43  void extractAsSpeedTrees(const std::string& searchExp, bool isRegEx
44  , const std::string& modelDef);
45 
47  void buildSearchCandidates(DtTerrainPatchObject& tpo);
48 
50  virtual void terrainToBeCleared();
51 
55  virtual void terrainPatchToBeDeleted(const DtTerrainPatch&);
56 
57  protected:
58 
64  };
65 }
66 
67 

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)