CProbabilityParticle< T > & operator=(const CProbabilityParticle &o)
Copy operator.
A template class for holding a the data and the weight of a particle.
double log_w
The (logarithmic) weight value for this particle.
T * d
The data associated with this particle.
CProbabilityParticle(const CProbabilityParticle &o)
Copy constructor: