#include <Statistics.h>
|
| bool | AddVariable (std::string &) |
| |
| bool | RemoveVariable (std::string &) |
| |
| size_t | GetVariableCount () |
| |
| std::string | GetVariableName (int i) |
| |
| bool | Add3MStats (std::string &, const float *) |
| |
| bool | AddMedian (std::string &, float) |
| |
| bool | AddStddev (std::string &, float) |
| |
| bool | AddCount (std::string &, long) |
| |
| bool | Get3MStats (std::string &, float *) |
| |
| bool | GetMedian (std::string &, float *) |
| |
| bool | GetStddev (std::string &, float *) |
| |
| bool | GetCount (std::string &, long *) |
| |
| bool | InvalidAll () |
| |
| bool | Clear () |
| |
| bool | HaveSameParams (const VAPoR::StatisticsParams *rhs) const |
| |
| bool | UpdateMyParams (const VAPoR::StatisticsParams *rhs) |
| |
| bool | SetCurrentExtents (const std::vector< float > &min, const std::vector< float > &max) |
| |
| bool | SetCurrentExtents (const std::vector< double > &min, const std::vector< double > &max) |
| |
Definition at line 55 of file Statistics.h.
◆ Add3MStats()
| bool Statistics::ValidStats::Add3MStats |
( |
std::string & |
, |
|
|
const float * |
|
|
) |
| |
◆ AddCount()
| bool Statistics::ValidStats::AddCount |
( |
std::string & |
, |
|
|
long |
|
|
) |
| |
◆ AddMedian()
| bool Statistics::ValidStats::AddMedian |
( |
std::string & |
, |
|
|
float |
|
|
) |
| |
◆ AddStddev()
| bool Statistics::ValidStats::AddStddev |
( |
std::string & |
, |
|
|
float |
|
|
) |
| |
◆ AddVariable()
| bool Statistics::ValidStats::AddVariable |
( |
std::string & |
| ) |
|
◆ Clear()
| bool Statistics::ValidStats::Clear |
( |
| ) |
|
◆ Get3MStats()
| bool Statistics::ValidStats::Get3MStats |
( |
std::string & |
, |
|
|
float * |
|
|
) |
| |
◆ GetCount()
| bool Statistics::ValidStats::GetCount |
( |
std::string & |
, |
|
|
long * |
|
|
) |
| |
◆ GetMedian()
| bool Statistics::ValidStats::GetMedian |
( |
std::string & |
, |
|
|
float * |
|
|
) |
| |
◆ GetStddev()
| bool Statistics::ValidStats::GetStddev |
( |
std::string & |
, |
|
|
float * |
|
|
) |
| |
◆ GetVariableCount()
| size_t Statistics::ValidStats::GetVariableCount |
( |
| ) |
|
◆ GetVariableName()
| std::string Statistics::ValidStats::GetVariableName |
( |
int |
i | ) |
|
◆ HaveSameParams()
◆ InvalidAll()
| bool Statistics::ValidStats::InvalidAll |
( |
| ) |
|
◆ RemoveVariable()
| bool Statistics::ValidStats::RemoveVariable |
( |
std::string & |
| ) |
|
◆ SetCurrentExtents() [1/2]
| bool Statistics::ValidStats::SetCurrentExtents |
( |
const std::vector< double > & |
min, |
|
|
const std::vector< double > & |
max |
|
) |
| |
◆ SetCurrentExtents() [2/2]
| bool Statistics::ValidStats::SetCurrentExtents |
( |
const std::vector< float > & |
min, |
|
|
const std::vector< float > & |
max |
|
) |
| |
◆ UpdateMyParams()
◆ currentDataSourceName
| std::string Statistics::ValidStats::currentDataSourceName |
◆ currentExtentMax
| std::vector<float> Statistics::ValidStats::currentExtentMax |
◆ currentExtentMin
| std::vector<float> Statistics::ValidStats::currentExtentMin |
◆ currentLOD
| int Statistics::ValidStats::currentLOD |
◆ currentRefLev
| int Statistics::ValidStats::currentRefLev |
◆ currentTimeStep
| int Statistics::ValidStats::currentTimeStep[2] |
The documentation for this class was generated from the following file: