Bayesian Filtering Library Generated from SVN r
|
#include <asirfilter.h>
Public Member Functions | |
Sample (unsigned int dimension=0) | |
Constructor. | |
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. | |
Sample & | operator= (const Sample &my_sample) |
Operator =. | |
Sample (unsigned int dimension=0) | |
Constructor. | |
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. | |
Sample & | operator= (const Sample &my_sample) |
Operator =. | |
Sample (unsigned int dimension=0) | |
Constructor. | |
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. | |
Sample & | operator= (const Sample &my_sample) |
Operator =. | |
Sample (unsigned int dimension=0) | |
Constructor. | |
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. | |
Sample & | operator= (const Sample &my_sample) |
Operator =. | |
Sample (unsigned int dimension=0) | |
Constructor. | |
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. | |
Sample & | operator= (const Sample &my_sample) |
Operator =. | |
Sample (unsigned int dimension=0) | |
Constructor. | |
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. | |
Sample & | operator= (const Sample &my_sample) |
Operator =. | |
Sample (unsigned int dimension) | |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
Sample (unsigned int dimension) | |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
Sample (unsigned int dimension) | |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
Sample (unsigned int dimension) | |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
Sample (unsigned int dimension) | |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
Sample (unsigned int dimension) | |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
unsigned int | DimensionGet () const |
void | DimensionSet (unsigned int dim) |
Protected Attributes | |
T | Value |
The Sample Value. | |
Friends | |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
Print a sample. | |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
Print a sample. | |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
Print a sample. | |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
Print a sample. | |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
Print a sample. | |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
Print a sample. | |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
Print a sample. | |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
Template Class representing a basic sample of a continuous or discrete pdf
Definition at line 47 of file particlesmoother.h.
Sample | ( | unsigned int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples. This parameter is ignored in the discrete case. |
Definition at line 108 of file asirfilter.h.
|
virtual |
Destructor.
Definition at line 113 of file asirfilter.h.
Sample | ( | unsigned int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples. This parameter is ignored in the discrete case. |
Sample | ( | unsigned int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples. This parameter is ignored in the discrete case. |
Sample | ( | unsigned int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples. This parameter is ignored in the discrete case. |
Sample | ( | unsigned int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples. This parameter is ignored in the discrete case. |
Sample | ( | unsigned int | dimension = 0 | ) |
Constructor.
dimension | of the ColumnVector for the continuous samples. This parameter is ignored in the discrete case. |
|
inline |
Definition at line 31 of file asirfilter.h.
|
inline |
Definition at line 31 of file bootstrapfilter.h.
|
inline |
Definition at line 31 of file mixtureBootstrapFilter.h.
|
inline |
Definition at line 31 of file mixtureParticleFilter.h.
|
inline |
Definition at line 31 of file particlefilter.h.
|
inline |
Definition at line 31 of file particlesmoother.h.
|
inline |
Definition at line 37 of file asirfilter.h.
|
inline |
Definition at line 37 of file bootstrapfilter.h.
|
inline |
Definition at line 37 of file mixtureBootstrapFilter.h.
|
inline |
Definition at line 37 of file mixtureParticleFilter.h.
|
inline |
Definition at line 37 of file particlefilter.h.
|
inline |
Definition at line 37 of file particlesmoother.h.
|
inline |
Definition at line 50 of file asirfilter.h.
|
inline |
Definition at line 50 of file bootstrapfilter.h.
|
inline |
Definition at line 50 of file mixtureBootstrapFilter.h.
|
inline |
Definition at line 50 of file mixtureParticleFilter.h.
|
inline |
Definition at line 50 of file particlefilter.h.
|
inline |
Definition at line 50 of file particlesmoother.h.
|
inline |
Definition at line 63 of file asirfilter.h.
|
inline |
Definition at line 63 of file bootstrapfilter.h.
|
inline |
Definition at line 63 of file mixtureBootstrapFilter.h.
|
inline |
Definition at line 63 of file mixtureParticleFilter.h.
|
inline |
Definition at line 63 of file particlefilter.h.
|
inline |
Definition at line 63 of file particlesmoother.h.
unsigned int DimensionGet | ( | ) | const |
Definition at line 145 of file asirfilter.h.
|
inline |
Definition at line 43 of file asirfilter.h.
|
inline |
Definition at line 43 of file bootstrapfilter.h.
|
inline |
Definition at line 43 of file mixtureBootstrapFilter.h.
|
inline |
Definition at line 43 of file mixtureParticleFilter.h.
|
inline |
Definition at line 43 of file particlefilter.h.
|
inline |
Definition at line 43 of file particlesmoother.h.
|
inline |
Definition at line 56 of file asirfilter.h.
|
inline |
Definition at line 56 of file bootstrapfilter.h.
|
inline |
Definition at line 56 of file mixtureBootstrapFilter.h.
|
inline |
Definition at line 56 of file mixtureParticleFilter.h.
|
inline |
Definition at line 56 of file particlefilter.h.
|
inline |
Definition at line 56 of file particlesmoother.h.
|
inline |
Definition at line 69 of file asirfilter.h.
|
inline |
Definition at line 69 of file bootstrapfilter.h.
|
inline |
Definition at line 69 of file mixtureBootstrapFilter.h.
|
inline |
Definition at line 69 of file mixtureParticleFilter.h.
|
inline |
Definition at line 69 of file particlefilter.h.
|
inline |
Definition at line 69 of file particlesmoother.h.
void DimensionSet | ( | unsigned int | dim | ) |
Definition at line 151 of file asirfilter.h.
T & ValueGet | ( | ) |
Get the value of the Sample.
Definition at line 132 of file asirfilter.h.
const T & ValueGet | ( | ) | const |
Get the value of the Sample.
Definition at line 139 of file asirfilter.h.
void ValueSet | ( | const T & | value | ) |
Set the value of the Sample.
value | the value indeed :-) |
Definition at line 125 of file asirfilter.h.
void ValueSet | ( | const T & | value | ) |
Set the value of the Sample.
value | the value indeed :-) |
void ValueSet | ( | const T & | value | ) |
Set the value of the Sample.
value | the value indeed :-) |
void ValueSet | ( | const T & | value | ) |
Set the value of the Sample.
value | the value indeed :-) |
void ValueSet | ( | const T & | value | ) |
Set the value of the Sample.
value | the value indeed :-) |
void ValueSet | ( | const T & | value | ) |
Set the value of the Sample.
value | the value indeed :-) |
|
friend |
Print a sample.
stream | the stream to be returned |
my_sample | the sample to be printed |
Definition at line 155 of file asirfilter.h.
|
friend |
Print a sample.
stream | the stream to be returned |
my_sample | the sample to be printed |
Definition at line 155 of file asirfilter.h.
|
friend |
Print a sample.
stream | the stream to be returned |
my_sample | the sample to be printed |
Definition at line 155 of file asirfilter.h.
|
friend |
Print a sample.
stream | the stream to be returned |
my_sample | the sample to be printed |
Definition at line 155 of file asirfilter.h.
|
friend |
Print a sample.
stream | the stream to be returned |
my_sample | the sample to be printed |
Definition at line 155 of file asirfilter.h.
|
friend |
Print a sample.
stream | the stream to be returned |
my_sample | the sample to be printed |
Definition at line 155 of file asirfilter.h.
|
friend |
Print a sample.
stream | the stream to be returned |
my_sample | the sample to be printed |
|
friend |
Definition at line 161 of file asirfilter.h.
|
friend |
Definition at line 161 of file asirfilter.h.
|
friend |
Definition at line 161 of file asirfilter.h.
|
friend |
Definition at line 161 of file asirfilter.h.
|
friend |
Definition at line 161 of file asirfilter.h.
|
friend |
Definition at line 161 of file asirfilter.h.
|
protected |
The Sample Value.
Definition at line 51 of file asirfilter.h.