OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimAigStatistics.h>
Public Member Functions | |
ossimAigStatistics () | |
void | reset () |
bool | writeStream (std::ostream &out) |
Public Attributes | |
double | theMin |
double | theMax |
double | theMean |
double | theStandardDev |
Definition at line 14 of file ossimAigStatistics.h.
ossimAigStatistics::ossimAigStatistics | ( | ) |
Definition at line 14 of file ossimAigStatistics.cpp.
void ossimAigStatistics::reset | ( | void | ) |
Definition at line 22 of file ossimAigStatistics.cpp.
References theMax, theMean, theMin, and theStandardDev.
bool ossimAigStatistics::writeStream | ( | std::ostream & | out | ) |
Definition at line 30 of file ossimAigStatistics.cpp.
References ossimEndian::getSystemEndianType(), OSSIM_LITTLE_ENDIAN, ossimEndian::swap(), theMax, theMean, theMin, and theStandardDev.
Referenced by ossimArcInfoGridWriter::writeBinaryAigStats().
double ossimAigStatistics::theMax |
Definition at line 24 of file ossimAigStatistics.h.
Referenced by reset(), ossimArcInfoGridWriter::writeBinaryAigStats(), and writeStream().
double ossimAigStatistics::theMean |
Definition at line 25 of file ossimAigStatistics.h.
Referenced by reset(), ossimArcInfoGridWriter::writeBinaryAigStats(), and writeStream().
double ossimAigStatistics::theMin |
Definition at line 23 of file ossimAigStatistics.h.
Referenced by reset(), ossimArcInfoGridWriter::writeBinaryAigStats(), and writeStream().
double ossimAigStatistics::theStandardDev |
Definition at line 26 of file ossimAigStatistics.h.
Referenced by reset(), and writeStream().