VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExtractOceanLogic.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  DtExtractOceanLogic(DtDe& de, DtTerrain& terrain,
32  const std::string& patchDefinition, DtExtractOceanInterface& gui);
33 
35  virtual ~DtExtractOceanLogic();
36 
37  protected:
38 
40  void extractOcean(const std::string& searchExp, bool isRegEx);
41 
43  void buildSearchCandidates(DtTerrainPatchObject& tpo);
44 
46  virtual void terrainToBeCleared();
47 
51  virtual void terrainPatchToBeDeleted(const DtTerrainPatch&);
52 
53  protected:
54 
60  };
61 }
62 
63 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)