|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is able to read a Doppler centroid estimates record. More...
#include <DopplerCentroidEstimateRecord.h>
Public Member Functions | |
| DopplerCentroidEstimateRecord () | |
| Constructor. More... | |
| ~DopplerCentroidEstimateRecord () | |
| Destructor. More... | |
| DopplerCentroidEstimateRecord (const DopplerCentroidEstimateRecord &rhs) | |
| Copy constructor. More... | |
| DopplerCentroidEstimateRecord & | operator= (const DopplerCentroidEstimateRecord &rhs) |
| Copy operator. More... | |
| double | get_dopcen_conf () |
| Doppler centroid confidence measure. More... | |
| double | get_dopcen_ref_tim () |
Doppler centroid reference time (sec) More... | |
| double * | get_dopcen_coef () |
Doppler centroid coefficients More... | |
Protected Attributes | |
| double | _dopcen_conf |
| Doppler centroid confidence measure. More... | |
| double | _dopcen_ref_tim |
Doppler centroid reference time (sec) More... | |
| double | _dopcen_coef [4] |
Doppler centroid coefficients More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const DopplerCentroidEstimateRecord &data) |
| This function writes the DopplerCentroidEstimateRecord in a stream. More... | |
| std::istream & | operator>> (std::istream &is, DopplerCentroidEstimateRecord &data) |
| This function reads a DopplerCentroidEstimateRecord from a stream. More... | |
This class is able to read a Doppler centroid estimates record.
Definition at line 25 of file DopplerCentroidEstimateRecord.h.
| ossimplugins::DopplerCentroidEstimateRecord::DopplerCentroidEstimateRecord | ( | ) |
| ossimplugins::DopplerCentroidEstimateRecord::~DopplerCentroidEstimateRecord | ( | ) |
| ossimplugins::DopplerCentroidEstimateRecord::DopplerCentroidEstimateRecord | ( | const DopplerCentroidEstimateRecord & | rhs | ) |
Copy constructor.
Definition at line 58 of file DopplerCentroidEstimateRecord.cpp.
References _dopcen_coef.
|
inline |
Doppler centroid coefficients
Definition at line 75 of file DopplerCentroidEstimateRecord.h.
References _dopcen_coef.
|
inline |
Doppler centroid confidence measure.
Definition at line 61 of file DopplerCentroidEstimateRecord.h.
References _dopcen_conf.
|
inline |
Doppler centroid reference time (sec)
Definition at line 68 of file DopplerCentroidEstimateRecord.h.
References _dopcen_ref_tim.
| DopplerCentroidEstimateRecord & ossimplugins::DopplerCentroidEstimateRecord::operator= | ( | const DopplerCentroidEstimateRecord & | rhs | ) |
Copy operator.
Definition at line 68 of file DopplerCentroidEstimateRecord.cpp.
References _dopcen_coef, _dopcen_conf, and _dopcen_ref_tim.
|
friend |
This function writes the DopplerCentroidEstimateRecord in a stream.
Definition at line 24 of file DopplerCentroidEstimateRecord.cpp.
|
friend |
This function reads a DopplerCentroidEstimateRecord from a stream.
Definition at line 36 of file DopplerCentroidEstimateRecord.cpp.
|
protected |
Doppler centroid coefficients
Definition at line 92 of file DopplerCentroidEstimateRecord.h.
Referenced by DopplerCentroidEstimateRecord(), get_dopcen_coef(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Doppler centroid confidence measure.
Definition at line 84 of file DopplerCentroidEstimateRecord.h.
Referenced by get_dopcen_conf(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Doppler centroid reference time (sec)
Definition at line 88 of file DopplerCentroidEstimateRecord.h.
Referenced by get_dopcen_ref_tim(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
1.8.14