Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Developer Reference
GroupedStatistics.h
Go to the documentation of this file.
1 #ifndef GroupedStatistics_h
2 #define GroupedStatistics_h
3 
24 // Global forward declarations
25 template< class A, class B > class QMap;
26 template< class A > class QVector;
27 class QString;
28 
29 namespace Isis {
30 
31  // Isis forward declarations
32  class Statistics;
33 
55  public:
59 
60  void AddStatistic(const QString &statType, const double &newStat);
61  const Statistics &GetStatistics(const QString &statType) const;
63 
65 
66  private:
68  QMap< QString, Statistics > * groupedStats;
69  };
70 };
71 
72 #endif
73 
const Statistics & GetStatistics(const QString &statType) const
Get statistics for a given type of data.
Definition: GroupedStatistics.cpp:60
~GroupedStatistics()
destroy a GroupedStatistics object
Definition: GroupedStatistics.cpp:29
GroupedStatistics()
construct a GroupedStatistics object
Definition: GroupedStatistics.cpp:11
Grouped Statistics.
Definition: GroupedStatistics.h:54
This class is used to accumulate statistics on double arrays.
Definition: Statistics.h:107
Definition: Calculator.h:33
const QVector< QString > GetStatisticTypes() const
Return a list of all the different statistic tyes that this GroupedStatistics has.
Definition: GroupedStatistics.cpp:81
GroupedStatistics & operator=(const GroupedStatistics &other)
Assign a GroupedStatistics with another GroupedStatistics using =.
Definition: GroupedStatistics.cpp:101
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
void AddStatistic(const QString &statType, const double &newStat)
Add a new data entry for a given type of data.
Definition: GroupedStatistics.cpp:45
Definition: CubeIoHandler.h:38

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:19:16