|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is able to read a radiometry uncertainty record. More...
#include <RadiometryUncertaintyRecord.h>
Public Member Functions | |
| RadiometryUncertaintyRecord () | |
| Constructor. More... | |
| ~RadiometryUncertaintyRecord () | |
| Destructor. More... | |
| RadiometryUncertaintyRecord (const RadiometryUncertaintyRecord &rhs) | |
| Copy constructor. More... | |
| RadiometryUncertaintyRecord & | operator= (const RadiometryUncertaintyRecord &rhs) |
| Copy operator. More... | |
| double | get_db () |
| Units of db. More... | |
| double | get_deg () |
Units of deg More... | |
Protected Attributes | |
| double | _db |
| Units of db. More... | |
| double | _deg |
Units of deg More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const RadiometryUncertaintyRecord &data) |
| This function writes the RadiometryUncertaintyRecord in a stream. More... | |
| std::istream & | operator>> (std::istream &is, RadiometryUncertaintyRecord &data) |
| This function reads a RadiometryUncertaintyRecord from a stream. More... | |
This class is able to read a radiometry uncertainty record.
Definition at line 24 of file RadiometryUncertaintyRecord.h.
| ossimplugins::RadiometryUncertaintyRecord::RadiometryUncertaintyRecord | ( | ) |
| ossimplugins::RadiometryUncertaintyRecord::~RadiometryUncertaintyRecord | ( | ) |
| ossimplugins::RadiometryUncertaintyRecord::RadiometryUncertaintyRecord | ( | const RadiometryUncertaintyRecord & | rhs | ) |
Copy constructor.
Definition at line 44 of file RadiometryUncertaintyRecord.cpp.
|
inline |
Units of db.
Definition at line 59 of file RadiometryUncertaintyRecord.h.
References _db.
|
inline |
Units of deg
Definition at line 66 of file RadiometryUncertaintyRecord.h.
References _deg.
| RadiometryUncertaintyRecord & ossimplugins::RadiometryUncertaintyRecord::operator= | ( | const RadiometryUncertaintyRecord & | rhs | ) |
Copy operator.
Definition at line 50 of file RadiometryUncertaintyRecord.cpp.
|
friend |
This function writes the RadiometryUncertaintyRecord in a stream.
Definition at line 24 of file RadiometryUncertaintyRecord.cpp.
|
friend |
This function reads a RadiometryUncertaintyRecord from a stream.
Definition at line 31 of file RadiometryUncertaintyRecord.cpp.
|
protected |
Units of db.
Definition at line 69 of file RadiometryUncertaintyRecord.h.
Referenced by get_db(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Units of deg
Definition at line 79 of file RadiometryUncertaintyRecord.h.
Referenced by get_deg(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
1.8.14