#include <asirfilter.h>
Public Member Functions | |
WeightedSample< T > & | operator= (const WeightedSample< T > &my_sample) |
Operator =. | |
WeightedSample< T > & | operator= (const WeightedSample< T > &my_sample) |
Operator =. | |
WeightedSample< T > & | operator= (const WeightedSample< T > &my_sample) |
Operator =. | |
WeightedSample< T > & | operator= (const WeightedSample< T > &my_sample) |
Operator =. | |
WeightedSample< T > & | operator= (const WeightedSample< T > &my_sample) |
Operator =. | |
WeightedSample< T > & | operator= (const Sample< T > &my_sample) |
Turn sample into weighted one (weight = 1) | |
WeightedSample< T > & | operator= (const Sample< T > &my_sample) |
Turn sample into weighted one (weight = 1) | |
WeightedSample< T > & | operator= (const Sample< T > &my_sample) |
Turn sample into weighted one (weight = 1) | |
WeightedSample< T > & | operator= (const Sample< T > &my_sample) |
Turn sample into weighted one (weight = 1) | |
WeightedSample< T > & | operator= (const Sample< T > &my_sample) |
Turn sample into weighted one (weight = 1) | |
WeightedSample (int dimension=0) | |
Constructor. | |
WeightedSample (int dimension=0) | |
Constructor. | |
WeightedSample (int dimension=0) | |
Constructor. | |
WeightedSample (int dimension=0) | |
Constructor. | |
WeightedSample (int dimension=0) | |
Constructor. | |
WeightedSample (const WeightedSample< T > &my_weighted_sample) | |
Copy constructor. | |
WeightedSample (const WeightedSample< T > &my_weighted_sample) | |
Copy constructor. | |
WeightedSample (const WeightedSample< T > &my_weighted_sample) | |
Copy constructor. | |
WeightedSample (const WeightedSample< T > &my_weighted_sample) | |
Copy constructor. | |
WeightedSample (const WeightedSample< T > &my_weighted_sample) | |
Copy constructor. | |
double | WeightGet () const |
Get the weight. | |
double | WeightGet () const |
Get the weight. | |
double | WeightGet () const |
Get the weight. | |
double | WeightGet () const |
Get the weight. | |
double | WeightGet () const |
Get the weight. | |
void | WeightSet (double weight) |
Set the weight. | |
void | WeightSet (double weight) |
Set the weight. | |
void | WeightSet (double weight) |
Set the weight. | |
void | WeightSet (double weight) |
Set the weight. | |
void | WeightSet (double weight) |
Set the weight. | |
virtual | ~WeightedSample () |
Destructor. | |
virtual | ~WeightedSample () |
Destructor. | |
virtual | ~WeightedSample () |
Destructor. | |
virtual | ~WeightedSample () |
Destructor. | |
virtual | ~WeightedSample () |
Destructor. | |
Protected Attributes | |
double | Weight |
The weight. | |
Friends | |
template<typename S > | |
ostream & | operator<< (ostream &stream, WeightedSample< S > &mws) |
Print a weighted sample. | |
template<typename S > | |
ostream & | operator<< (ostream &stream, WeightedSample< S > &mws) |
Print a weighted sample. | |
template<typename S > | |
ostream & | operator<< (ostream &stream, WeightedSample< S > &mws) |
Print a weighted sample. | |
template<typename S > | |
ostream & | operator<< (ostream &stream, WeightedSample< S > &mws) |
Print a weighted sample. | |
template<typename S > | |
ostream & | operator<< (ostream &stream, WeightedSample< S > &mws) |
Print a weighted sample. |
Template Class representing a sample of a continuous or discrete pdf, together with a weight denoting the relative importance of that sample. Inheritance is virtual (only important for a particular class hybridweightedsample (see the rob/actsens/cubeincorner CVS tree)
Definition at line 48 of file asirfilter.h.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples, number of discrete states for the discrete case |
Definition at line 93 of file asirfilter.h.
BFL::BFL::WeightedSample< T >::~WeightedSample | ( | ) | [virtual] |
Destructor.
Definition at line 96 of file asirfilter.h.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | const WeightedSample< T > & | my_weighted_sample | ) |
Copy constructor.
Definition at line 98 of file asirfilter.h.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples, number of discrete states for the discrete case |
virtual BFL::BFL::WeightedSample< T >::~WeightedSample | ( | ) | [virtual] |
Destructor.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | const WeightedSample< T > & | my_weighted_sample | ) |
Copy constructor.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples, number of discrete states for the discrete case |
virtual BFL::BFL::WeightedSample< T >::~WeightedSample | ( | ) | [virtual] |
Destructor.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | const WeightedSample< T > & | my_weighted_sample | ) |
Copy constructor.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples, number of discrete states for the discrete case |
virtual BFL::BFL::WeightedSample< T >::~WeightedSample | ( | ) | [virtual] |
Destructor.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | const WeightedSample< T > & | my_weighted_sample | ) |
Copy constructor.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples, number of discrete states for the discrete case |
virtual BFL::BFL::WeightedSample< T >::~WeightedSample | ( | ) | [virtual] |
Destructor.
BFL::BFL::WeightedSample< T >::WeightedSample | ( | const WeightedSample< T > & | my_weighted_sample | ) |
Copy constructor.
WeightedSample< T > & BFL::BFL::WeightedSample< T >::operator= | ( | const WeightedSample< T > & | my_sample | ) |
Operator =.
Definition at line 124 of file asirfilter.h.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const WeightedSample< T > & | my_sample | ) |
Operator =.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const WeightedSample< T > & | my_sample | ) |
Operator =.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const WeightedSample< T > & | my_sample | ) |
Operator =.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const WeightedSample< T > & | my_sample | ) |
Operator =.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const Sample< T > & | my_sample | ) |
Turn sample into weighted one (weight = 1)
Reimplemented from BFL::BFL::Sample< T >.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const Sample< T > & | my_sample | ) |
Turn sample into weighted one (weight = 1)
Reimplemented from BFL::BFL::Sample< T >.
WeightedSample< T > & BFL::BFL::WeightedSample< T >::operator= | ( | const Sample< T > & | my_sample | ) |
Turn sample into weighted one (weight = 1)
Reimplemented from BFL::BFL::Sample< T >.
Definition at line 136 of file asirfilter.h.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const Sample< T > & | my_sample | ) |
Turn sample into weighted one (weight = 1)
Reimplemented from BFL::BFL::Sample< T >.
WeightedSample<T>& BFL::BFL::WeightedSample< T >::operator= | ( | const Sample< T > & | my_sample | ) |
Turn sample into weighted one (weight = 1)
Reimplemented from BFL::BFL::Sample< T >.
double BFL::BFL::WeightedSample< T >::WeightGet | ( | ) | const |
Get the weight.
double BFL::BFL::WeightedSample< T >::WeightGet | ( | ) | const |
Get the weight.
double BFL::BFL::WeightedSample< T >::WeightGet | ( | ) | const |
Get the weight.
double BFL::BFL::WeightedSample< T >::WeightGet | ( | ) | const |
Get the weight.
double BFL::BFL::WeightedSample< T >::WeightGet | ( | ) | const |
void BFL::BFL::WeightedSample< T >::WeightSet | ( | double | weight | ) |
Set the weight.
weight | the weight :-) |
void BFL::BFL::WeightedSample< T >::WeightSet | ( | double | weight | ) |
Set the weight.
weight | the weight :-) |
void BFL::BFL::WeightedSample< T >::WeightSet | ( | double | weight | ) |
Set the weight.
weight | the weight :-) |
void BFL::BFL::WeightedSample< T >::WeightSet | ( | double | weight | ) |
Set the weight.
weight | the weight :-) |
Definition at line 109 of file asirfilter.h.
void BFL::BFL::WeightedSample< T >::WeightSet | ( | double | weight | ) |
Set the weight.
weight | the weight :-) |
ostream& operator<< | ( | ostream & | stream, |
WeightedSample< S > & | mws | ||
) | [friend] |
Print a weighted sample.
stream | the stream to be returned |
mws | the weighted sample to be printed |
Definition at line 116 of file asirfilter.h.
ostream& operator<< | ( | ostream & | stream, |
WeightedSample< S > & | mws | ||
) | [friend] |
Print a weighted sample.
stream | the stream to be returned |
mws | the weighted sample to be printed |
Definition at line 116 of file asirfilter.h.
ostream& operator<< | ( | ostream & | stream, |
WeightedSample< S > & | mws | ||
) | [friend] |
Print a weighted sample.
stream | the stream to be returned |
mws | the weighted sample to be printed |
Definition at line 116 of file asirfilter.h.
ostream& operator<< | ( | ostream & | stream, |
WeightedSample< S > & | mws | ||
) | [friend] |
Print a weighted sample.
stream | the stream to be returned |
mws | the weighted sample to be printed |
Definition at line 116 of file asirfilter.h.
ostream& operator<< | ( | ostream & | stream, |
WeightedSample< S > & | mws | ||
) | [friend] |
Print a weighted sample.
stream | the stream to be returned |
mws | the weighted sample to be printed |
Definition at line 116 of file asirfilter.h.
double BFL::BFL::WeightedSample< T >::Weight [protected] |
The weight.
Definition at line 52 of file asirfilter.h.