OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
support_data
ossimAigStatistics.h
Go to the documentation of this file.
1
//*******************************************************************
2
//
3
// License: See top level LICENSE.txt file.
4
//
5
// Author: Garrett Potts (gpotts@imagelinks.com)
6
//
7
//*******************************************************************
8
// $Id: ossimAigStatistics.h 9968 2006-11-29 14:01:53Z gpotts $
9
#ifndef ossimAigStatistics_HEADER
10
#define ossimAigStatistics_HEADER
11
12
#include <iosfwd>
13
14
class
ossimAigStatistics
15
{
16
public
:
17
ossimAigStatistics
();
18
19
void
reset
();
20
21
bool
writeStream
(
std::ostream
& out);
22
23
double
theMin
;
24
double
theMax
;
25
double
theMean
;
26
double
theStandardDev
;
27
};
28
29
#endif
ossimAigStatistics::theMean
double theMean
Definition:
ossimAigStatistics.h:25
ossimAigStatistics::theMin
double theMin
Definition:
ossimAigStatistics.h:23
ossimAigStatistics::reset
void reset()
Definition:
ossimAigStatistics.cpp:22
ossimAigStatistics::theMax
double theMax
Definition:
ossimAigStatistics.h:24
ossimAigStatistics::ossimAigStatistics
ossimAigStatistics()
Definition:
ossimAigStatistics.cpp:14
ossimAigStatistics::theStandardDev
double theStandardDev
Definition:
ossimAigStatistics.h:26
ossimAigStatistics::writeStream
bool writeStream(std::ostream &out)
Definition:
ossimAigStatistics.cpp:30
ossimAigStatistics
Definition:
ossimAigStatistics.h:14
ossim::ostream
std::basic_ostream< char > ostream
Base class for char output streams.
Definition:
ossimIosFwd.h:23
Generated on Fri Aug 3 2018 08:46:45 for OSSIM - Open Source Software Image Map by
1.8.14