OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimDemStats.h>
Public Member Functions | |
ossimDemStats () | |
~ossimDemStats () | |
long | getAvailCodeDE2 () const |
long | getRSMEDE2x () const |
long | getRSMEDE2y () const |
long | getRSMEDE2z () const |
long | getSampleSizeDE2 () const |
long | getAvailCodeDE5 () const |
long | getRSMEDE5x () const |
long | getRSMEDE5y () const |
long | getRSMEDE5z () const |
long | getSampleSizeDE5 () const |
Private Attributes | |
long | _availCodeDE2 |
long | _rsmeDE2x |
long | _rsmeDE2y |
long | _rsmeDE2z |
long | _sampleSizeDE2 |
long | _availCodeDE5 |
long | _rsmeDE5x |
long | _rsmeDE5y |
long | _rsmeDE5z |
long | _sampleSizeDE5 |
Friends | |
std::ostream & | operator<< (std::ostream &s, ossimDemStats const &stats) |
std::istream & | operator>> (std::istream &s, ossimDemStats &stats) |
Definition at line 21 of file ossimDemStats.h.
ossimDemStats::ossimDemStats | ( | ) |
Definition at line 22 of file ossimDemStats.cpp.
ossimDemStats::~ossimDemStats | ( | ) |
Definition at line 37 of file ossimDemStats.cpp.
long ossimDemStats::getAvailCodeDE2 | ( | ) | const |
1 = available 2 = unavailable The code defines the availability of statics
Definition at line 42 of file ossimDemStats.cpp.
References _availCodeDE2.
long ossimDemStats::getAvailCodeDE5 | ( | ) | const |
1 = available 2 = unavailable The code defines the availability of statics
Definition at line 72 of file ossimDemStats.cpp.
References _availCodeDE5.
long ossimDemStats::getRSMEDE2x | ( | ) | const |
Definition at line 48 of file ossimDemStats.cpp.
References _rsmeDE2x.
long ossimDemStats::getRSMEDE2y | ( | ) | const |
Definition at line 54 of file ossimDemStats.cpp.
References _rsmeDE2y.
long ossimDemStats::getRSMEDE2z | ( | ) | const |
Definition at line 60 of file ossimDemStats.cpp.
References _rsmeDE2z.
long ossimDemStats::getRSMEDE5x | ( | ) | const |
Definition at line 78 of file ossimDemStats.cpp.
References _rsmeDE5x.
long ossimDemStats::getRSMEDE5y | ( | ) | const |
Definition at line 84 of file ossimDemStats.cpp.
References _rsmeDE5y.
long ossimDemStats::getRSMEDE5z | ( | ) | const |
Definition at line 90 of file ossimDemStats.cpp.
References _rsmeDE5z.
long ossimDemStats::getSampleSizeDE2 | ( | ) | const |
This code defines the sample size use to compute the accuracy, if 0 then the accuracy is estimated.
Definition at line 66 of file ossimDemStats.cpp.
References _sampleSizeDE2.
long ossimDemStats::getSampleSizeDE5 | ( | ) | const |
This code defines the sample size use to compute the accuracy, if 0 then the accuracy is estimated.
Definition at line 96 of file ossimDemStats.cpp.
References _sampleSizeDE5.
|
friend |
|
friend |
|
private |
Definition at line 76 of file ossimDemStats.h.
Referenced by getAvailCodeDE2(), and operator>>().
|
private |
Definition at line 81 of file ossimDemStats.h.
Referenced by getAvailCodeDE5(), and operator>>().
|
private |
Definition at line 77 of file ossimDemStats.h.
Referenced by getRSMEDE2x(), and operator>>().
|
private |
Definition at line 78 of file ossimDemStats.h.
Referenced by getRSMEDE2y(), and operator>>().
|
private |
Definition at line 79 of file ossimDemStats.h.
Referenced by getRSMEDE2z(), and operator>>().
|
private |
Definition at line 82 of file ossimDemStats.h.
Referenced by getRSMEDE5x(), and operator>>().
|
private |
Definition at line 83 of file ossimDemStats.h.
Referenced by getRSMEDE5y(), and operator>>().
|
private |
Definition at line 84 of file ossimDemStats.h.
Referenced by getRSMEDE5z(), and operator>>().
|
private |
Definition at line 80 of file ossimDemStats.h.
Referenced by getSampleSizeDE2(), and operator>>().
|
private |
Definition at line 85 of file ossimDemStats.h.
Referenced by getSampleSizeDE5(), and operator>>().