VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAddTerrainPatchLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAddTerrainPatchLogic.h,v $ $Revision: 1.13 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
16 #include <vrvCore/DtHeaderParser.h>
17 #include <vrvCore/DtDe.h>
19 
20 namespace makVrv
21 {
25  {
26 
27  public:
28 
31 
34 
36  void onTerrainPatchFileChosen(const std::string& filePath);
37 
42  bool processTerrainHeader( const std::string& filePath,
44 
47  void addTerrainPatch();
48 
50  bool terrainPatchLoadable();
51 
52  protected:
53 
55  void onCoordinateSystemChanged(const std::string& coordSystem);
56 
58  void onCoordinateSystemParamsChanged(const std::string& coordSystemParams);
59 
61  void onDdsFlipChanged(bool ddsFlip);
62 
64  int coordSysStrToEnum( const std::string& coordSys);
65 
66  protected:
67 
70  std::string myTerrainPath;
71  std::string myCoordinateSystem;
73  bool myDdsFlip;
76  };
77 }

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)