TwiceAsNice
2019-02-18
|
#include <SimpleStatistic.h>
Public Member Functions | |
SimpleStatistic (IceUtil::Handle< Image< Type > > &) | |
SimpleStatistic (const Image< Type > &) | |
SimpleStatistic (const Type *_data=0, uint _csize=0) | |
void | calcStats (const Type *_data, uint _csize) |
bool | isValid () |
Type | min () |
Type | max () |
Type | quantileLower (double) |
Type | quantileUpper (double) |
SimpleStatistic (IceUtil::Handle< Image< Type > > &) | |
SimpleStatistic (const Image< Type > &) | |
SimpleStatistic (const Type *_data=0, uint _csize=0) | |
void | calcStats (const Type *_data, uint _csize) |
bool | isValid () |
Type | min () |
Type | max () |
Type | quantileLower (double) |
Type | quantileUpper (double) |
SimpleStatistic (IceUtil::Handle< Image< Type > > &) | |
SimpleStatistic (const Image< Type > &) | |
SimpleStatistic (const Type *_data=0, uint _csize=0) | |
void | calcStats (const Type *_data, uint _csize) |
bool | isValid () |
Type | min () |
Type | max () |
Type | quantileLower (double) |
Type | quantileUpper (double) |
Protected Attributes | |
const Type * | m_data |
uint | m_size |
std::vector< Type > | m_sorted |
Type | m_min |
Type | m_max |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | IceUtil::Handle< Image< Type > > & | _image | ) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | const Image< Type > & | _image | ) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | const Type * | _data = 0 , |
uint | _csize = 0 |
||
) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | IceUtil::Handle< Image< Type > > & | ) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | const Image< Type > & | ) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | const Type * | _data = 0 , |
uint | _csize = 0 |
||
) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | IceUtil::Handle< Image< Type > > & | ) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | const Image< Type > & | ) |
Basda::SimpleStatistic< Type >::SimpleStatistic | ( | const Type * | _data = 0 , |
uint | _csize = 0 |
||
) |
void Basda::SimpleStatistic< Type >::calcStats | ( | const Type * | _data, |
uint | _csize | ||
) |
void Basda::SimpleStatistic< Type >::calcStats | ( | const Type * | _data, |
uint | _csize | ||
) |
void Basda::SimpleStatistic< Type >::calcStats | ( | const Type * | _data, |
uint | _csize | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Type Basda::SimpleStatistic< Type >::quantileLower | ( | double | ) |
Type Basda::SimpleStatistic< Type >::quantileLower | ( | double | _quantile | ) |
Type Basda::SimpleStatistic< Type >::quantileLower | ( | double | ) |
Type Basda::SimpleStatistic< Type >::quantileUpper | ( | double | ) |
Type Basda::SimpleStatistic< Type >::quantileUpper | ( | double | _quantile | ) |
Type Basda::SimpleStatistic< Type >::quantileUpper | ( | double | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |