DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
ESA

EECFI::ZoneFile Class Reference

Class for reading zone files. More...

Inheritance diagram for EECFI::ZoneFile:
EECFI::EEFile EECFI::CfiClass

List of all members.

Public Member Functions

 ZoneFile ()
 Empty constructor.
 ZoneFile (const std::string &fileNam)
 Constructor with file name.
 ~ZoneFile () NOEXCEPT
 Destructor.
void read ()
 Read the whole file data block.
void read (const std::string &zoneIdentity)
 Read one zone.
std::vector< std::string > readIds () const
 Read the list of zone names.

Public Attributes

std::vector< ZoneReczoneRec
 List of zones.

Detailed Description

Class for reading zone files.


Constructor & Destructor Documentation

EECFI::ZoneFile::ZoneFile (  ) 

Empty constructor.

References EECFI::EEFile::fileType.

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

Constructor with file name.

EECFI::ZoneFile::~ZoneFile (  ) 

Destructor.


Member Function Documentation

void EECFI::ZoneFile::read ( const std::string &  zoneIdentity  ) 

Read one zone.

vector< string > EECFI::ZoneFile::readIds (  )  const

Read the list of zone names.

Returns:
Returns a vector of strings with the names of the zones.

References EECFI::EEFile::fileName, and EECFI::CfiClass::throwWarn.


Member Data Documentation

List of zones.

Referenced by read().


Generated on Mon Dec 20 2021 22:34:53 for by doxygen 1.7.1