VR-Forces 4.1.1 Class Documentation
DtExtractPropsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtExtractPropsLogic.h,v $ $Revision: 1.15 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtExtractPropsLogic_H_
14 #define DtExtractPropsLogic_H_
15 
16 #include <vrvOsgQt/vrvOsgQt.h>
18 
19 namespace makVrv
20 {
21 
22  class DtDe;
23  class DtTerrain;
24  class DtTerrainPatch;
25  class DtTerrainPatchObject;
26 
30  {
31 
32  public:
33 
35  DtExtractPropsLogic(DtDe& de, DtTerrain& terrain,
36  const std::string& patchDefinition, DtExtractPropsInterface& gui);
37 
38  void fillOutExtractionHistory();
41 
42  protected:
43 
45  void extractProps(const std::string& searchExp, bool isRegEx,
46  const std::string& type, const std::string& modelDef);
47 
49  void buildSearchCandidates(DtTerrainPatchObject& tpo);
50 
52  virtual void terrainToBeCleared();
53 
57  virtual void terrainPatchToBeDeleted(const DtTerrainPatch&);
58 
59  protected:
60 
66  };
67 }
68 
69 #endif
70 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)