1 #ifndef POINTWEIGHTMODIFIER_H
2 #define POINTWEIGHTMODIFIER_H
4 #include "../base/weightmodifier.h"
5 #include "../point/point.h"
virtual PointWeightModifier * clone() const
make an exact copy of this object The clone method creates a copy of this object and returns a pointe...
Modifies the weight of a Point.
virtual void setWeight(Point &, double)
Abstract base class to modify the weight of weighted objects.
virtual double getWeight(Point &)
Weighted point of arbitrary dimension.
virtual double getWeight() const
virtual void setWeight(double w)