VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSoilToOsgEarthLandCoverMap.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
12 #include "vrfutil/vrfutilDefines.h"
13 
14 
15 #include <string>
16 #include <map>
17 
20 {
21 public:
26  std::string getOsgLandCoverFromSoilTypeEnum(int soilType) const;
27  bool isInitialized() const;
28 protected:
29  bool init();
30  typedef std::map<std::string, std::string> SoilToOsgLandCoverStrMap;
33 
34 
35 };
bool myIsInitialized
Definition: vrfSoilToOsgEarthLandCoverMap.h:32
std::map< std::string, std::string > SoilToOsgLandCoverStrMap
Definition: vrfSoilToOsgEarthLandCoverMap.h:30
Used to map soil types to OSG Earth Landcover strings.
Definition: vrfSoilToOsgEarthLandCoverMap.h:19
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
SoilToOsgLandCoverStrMap mySoilToOsgLandCoverStrMap
Definition: vrfSoilToOsgEarthLandCoverMap.h:31
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)