Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayMapData::CMapChanHeight Class Reference

#include <cMapChanHeight.h>

Public Member Functions

 CMapChanHeight ()
 

Public Attributes

MAP_HEIGHT_t m_Grid [(128+1) *(128+1)]
 
cNewPtr<::GrayCodec::cImageJP2m_pImage
 
cValueRange< MAP_HEIGHT_tm_Range
 
bool m_bGenerated
 
bool m_bBufferRedisplay
 
bool m_bSkirtDone
 
bool m_bSkirtTried
 

Detailed Description

MAP_CHANNEL_Height The height field for the map patch. Scale * MAP_PATCH_POINTS = Patch Size in meters raw heights for the patch. +1 for overlap with neighbor.

Constructor & Destructor Documentation

◆ CMapChanHeight()

GrayMapData::CMapChanHeight::CMapChanHeight ( )
inline

Member Data Documentation

◆ m_bBufferRedisplay

bool GrayMapData::CMapChanHeight::m_bBufferRedisplay

◆ m_bGenerated

bool GrayMapData::CMapChanHeight::m_bGenerated

◆ m_bSkirtDone

bool GrayMapData::CMapChanHeight::m_bSkirtDone

◆ m_bSkirtTried

bool GrayMapData::CMapChanHeight::m_bSkirtTried

◆ m_Grid

MAP_HEIGHT_t GrayMapData::CMapChanHeight::m_Grid[(128+1) *(128+1)]

◆ m_pImage

cNewPtr<::GrayCodec::cImageJP2> GrayMapData::CMapChanHeight::m_pImage

◆ m_Range

cValueRange<MAP_HEIGHT_t> GrayMapData::CMapChanHeight::m_Range

The documentation for this class was generated from the following file: