OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
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 
15 {
16 public:
18 
19  void reset();
20 
21  bool writeStream(std::ostream& out);
22 
23  double theMin;
24  double theMax;
25  double theMean;
27 };
28 
29 #endif
bool writeStream(std::ostream &out)
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23