13 #ifndef ossimDemGrid_HEADER 14 #define ossimDemGrid_HEADER 1 109 #endif // #ifndef ossimDemGrid_HEADER
void getGroundCoords(long x, long y, double &ground_x, double &ground_y)
long fillUTM(ossim::istream &dem, bool incrementalRead)
long fillGeographic(ossim::istream &dem, bool incrementalRead)
ossim_float32 getMissingDataValue() const
void setElevation(long x, long y, ossim_float32 val)
std::vector< ossimDemProfile > _profiles
long read(ossim::istream &dem, bool incrementalRead=false)
std::basic_istream< char > istream
Base class for char input streams.
ossimDemGrid(ossim_float32 missingDataValue=-32768.0)
ossimDemHeader const & getHeader() const
ossim_float32 _missDataVal
ossim_float32 getElevation(long x, long y) const