|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class to contain a Swath record. More...
Public Member Functions | |
| StfRec () | |
| Empty constructor. | |
| StfRec (vector< StfPt > &stfPtVector) | |
| Constructor with parameters. | |
| ~StfRec () | |
| Destructor. | |
Public Attributes | |
| vector< StfPt > | stfPt |
| Instantaneous swath points. | |
Class to contain a Swath record.
| EECFI::StfRec::StfRec | ( | ) |
Empty constructor.
| EECFI::StfRec::StfRec | ( | vector< StfPt > & | stfPtVector | ) |
Constructor with parameters.
References stfPt.
| EECFI::StfRec::~StfRec | ( | ) |
Destructor.
| vector<StfPt> EECFI::StfRec::stfPt |
Instantaneous swath points.
Referenced by StfRec().
1.7.1