casa  $Rev:20696$
Static Public Member Functions
casac::Statistics< T > Class Template Reference

#include <Statistics.h>

List of all members.

Static Public Member Functions

static casa::Record get_stats (const casa::Vector< T > v, const casa::Vector< casa::Bool > flags, const std::string &column, bool &supported)
static casa::Record get_stats (const casa::Vector< T > v, const std::string &column, bool &supported)
static casa::Record get_stats_complex (const casa::Vector< casa::Complex > v, const casa::Vector< casa::Bool > flags, const std::string &column, bool &supported, const std::string complex_value)
static casa::Record get_stats_complex (const casa::Vector< casa::Complex > v, const std::string &column, bool &supported, const std::string complex_value)
static casa::Record get_stats_array (const casa::Matrix< T > v, const casa::Vector< casa::Bool > flags, const std::string &column, bool &supported)
static casa::Record get_statistics (const casa::Table &table, const std::string &column, const std::string &complex_value, casa::LogIO *itsLog)

Detailed Description

template<class T>
class casac::Statistics< T >

Definition at line 16 of file Statistics.h.


Member Function Documentation

template<class T >
static casa::Record casac::Statistics< T >::get_statistics ( const casa::Table table,
const std::string &  column,
const std::string &  complex_value,
casa::LogIO itsLog 
) [static]
template<class T >
static casa::Record casac::Statistics< T >::get_stats ( const casa::Vector< T >  v,
const casa::Vector< casa::Bool flags,
const std::string &  column,
bool &  supported 
) [static]
template<class T >
static casa::Record casac::Statistics< T >::get_stats ( const casa::Vector< T >  v,
const std::string &  column,
bool &  supported 
) [static]
template<class T >
static casa::Record casac::Statistics< T >::get_stats_array ( const casa::Matrix< T >  v,
const casa::Vector< casa::Bool flags,
const std::string &  column,
bool &  supported 
) [static]
template<class T >
static casa::Record casac::Statistics< T >::get_stats_complex ( const casa::Vector< casa::Complex >  v,
const casa::Vector< casa::Bool flags,
const std::string &  column,
bool &  supported,
const std::string  complex_value 
) [static]
template<class T >
static casa::Record casac::Statistics< T >::get_stats_complex ( const casa::Vector< casa::Complex >  v,
const std::string &  column,
bool &  supported,
const std::string  complex_value 
) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines