VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
45  void buildSearchCandidates(DtTerrainPatchObject& tpo, bool search=true);
46 
48  virtual void terrainToBeCleared();
49 
53  virtual void terrainPatchToBeDeleted(const DtTerrainPatch&);
54 
55  protected:
56 
62  };
63 }
64 
65 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)