6 #ifndef _INC_cMapCommon_H
7 #define _INC_cMapCommon_H
11 #include "../Gray3D.h"
58 m_sMapSymName = pszMapName;
#define GRAY3D_LINK
Definition: Gray3D.h:15
Definition: cMapCommon.h:42
cStringA m_sMapSymName
Dir name as symbolic id. (NOT descriptive/friendly name, use Regions for that) ex....
Definition: cMapCommon.h:51
virtual float GetNormalGradeAt(MAP_METER_t x, MAP_METER_t y)
Definition: cMapCommon.h:79
cStringF m_sMapDir
Dir Full Path. to find map data. m_sMapSymName.scp file is to be found.
Definition: cMapCommon.h:52
virtual MAP_METER_t GetHeightAt(MAP_METER_t x, MAP_METER_t y)
Definition: cMapCommon.h:74
RECT_t m_MapRect
Restrict dynamics to only use/load/store this part of the map.
Definition: cMapCommon.h:53
cMapBase1(const char *pszMapName)
Definition: cMapCommon.h:56
cStringF get_MapDir() const
Definition: cMapCommon.h:68
virtual ~cMapBase1()
Definition: cMapCommon.h:60
virtual cStringA get_Name() const
Definition: cMapCommon.h:64
Definition: cMapCommon.h:26
cPoint3T< MAP_METER_t > POINT3_t
Definition: cMapCommon.h:32
cRectFT< MAP_METER_t > RECT_t
Definition: cMapCommon.h:33
cVecT2< MAP_METER_t > POINT2_t
Definition: cMapCommon.h:31
Definition: Gray3D.cpp:12
double MAP_METER_t
float meters for x,y,z, similar to MAP_METERI_t. also D3DVALUE or DVALUEDEF_t METERSf_t
Definition: cMapCommon.h:22