CluE
1.0
|
Abstract base class to modify the weight of weighted objects. More...
#include <weightmodifier.h>
Public Member Functions | |
virtual | ~WeightModifier () |
virtual WeightModifier< T > * | clone () const =0 |
make an exact copy of this object The clone method creates a copy of this object and returns a pointer to the new instance. More... | |
virtual double | getWeight (T &)=0 |
virtual void | setWeight (T &, double)=0 |
Abstract base class to modify the weight of weighted objects.
Definition at line 12 of file weightmodifier.h.
|
inlinevirtual |
Definition at line 15 of file weightmodifier.h.
|
pure virtual |
make an exact copy of this object The clone method creates a copy of this object and returns a pointer to the new instance.
Implemented in CluE::PointWeightModifier.
|
pure virtual |
Implemented in CluE::PointWeightModifier.
|
pure virtual |
Implemented in CluE::PointWeightModifier.