BICO  1.0
 All Classes Namespaces Files Functions Variables Typedefs Pages
CluE::PointWeightModifier Class Reference

Modifies the weight of a Point. More...

#include <pointweightmodifier.h>

Inheritance diagram for CluE::PointWeightModifier:
Inheritance graph
Collaboration diagram for CluE::PointWeightModifier:
Collaboration graph

Public Member Functions

virtual PointWeightModifierclone () const
 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 (Point &)
 
virtual void setWeight (Point &, double)
 
- Public Member Functions inherited from CluE::WeightModifier< Point >
virtual ~WeightModifier ()
 

Detailed Description

Modifies the weight of a Point.

Definition at line 15 of file pointweightmodifier.h.

Member Function Documentation

PointWeightModifier * CluE::PointWeightModifier::clone ( ) const
inlinevirtual

make an exact copy of this object The clone method creates a copy of this object and returns a pointer to the new instance.

Implements CluE::WeightModifier< Point >.

Definition at line 25 of file pointweightmodifier.h.

double CluE::PointWeightModifier::getWeight ( Point p)
inlinevirtual

Implements CluE::WeightModifier< Point >.

Definition at line 31 of file pointweightmodifier.h.

void CluE::PointWeightModifier::setWeight ( Point p,
double  w 
)
inlinevirtual

Implements CluE::WeightModifier< Point >.

Definition at line 37 of file pointweightmodifier.h.


The documentation for this class was generated from the following file: