DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
ESA

EECFI::DemFile Class Reference

Class for reading DEM files. More...

Inheritance diagram for EECFI::DemFile:
EECFI::EEFile EECFI::CfiClass

List of all members.

Public Member Functions

 DemFile ()
 Default constructor.
 DemFile (const std::string &fileNam)
 Constructor with file name.
 DemFile (const DemFile &other)
 ~DemFile () NOEXCEPT
 Destructor.
DemFileoperator= (const DemFile &other)
void read (const DemConfFile &demConfFile)
 Read the data block and store it in object.

Public Attributes

long numPointsX
long numPointsY
DemPoint ** point

Detailed Description

Class for reading DEM files.


Constructor & Destructor Documentation

EECFI::DemFile::DemFile (  ) 

Default constructor.

EECFI::DemFile::DemFile ( const std::string &  fileNam  )  [explicit]

Constructor with file name.

EECFI::DemFile::DemFile ( const DemFile other  ) 

Copy constructor.

Parameters:
other The DemFile to copy from

References numPointsX, numPointsY, and point.

EECFI::DemFile::~DemFile (  ) 

Destructor.

References numPointsX, and point.


Member Function Documentation

DemFile & EECFI::DemFile::operator= ( const DemFile other  ) 

Copy assigment operator.

Parameters:
other The DemFile to copy/assign from

References numPointsX, numPointsY, and point.


Member Data Documentation


Generated on Mon Dec 11 2023 13:28:17 for by doxygen 1.7.1