|
| | Sample (unsigned int dimension=0) |
| | Constructor. More...
|
| |
|
virtual | ~Sample () |
| | Destructor.
|
| |
|
| Sample (const Sample< T > &my_sample) |
| | Copy Constructor.
|
| |
|
T & | ValueGet () |
| | Get the value of the Sample.
|
| |
|
const T & | ValueGet () const |
| | Get the value of the Sample.
|
| |
|
unsigned int | DimensionGet () const |
| |
|
void | DimensionSet (unsigned int dim) |
| |
| void | ValueSet (const T &value) |
| | Set the value of the Sample. More...
|
| |
|
Sample & | operator= (const Sample &my_sample) |
| | Operator =.
|
| |
|
template<> |
| | Sample (unsigned int dimension) |
| |
|
template<> |
| unsigned int | DimensionGet () const |
| |
|
template<> |
| void | DimensionSet (unsigned int dim) |
| |
|
template<> |
| unsigned int | DimensionGet () const |
| |
|
template<> |
| void | DimensionSet (unsigned int dim) |
| |
|
template<> |
| unsigned int | DimensionGet () const |
| |
|
template<> |
| void | DimensionSet (unsigned int dim) |
| |
template<typename T>
class BFL::BFL::Sample< T >
Template Class representing a basic sample of a continuous or discrete pdf
Definition at line 47 of file asirfilter.h.