CluE
1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
weightedobject.h
Go to the documentation of this file.
1
#ifndef WEIGHTEDOBJECT_H
2
#define WEIGHTEDOBJECT_H
3
4
namespace
CluE
5
{
6
10
class
WeightedObject
11
{
12
public
:
13
virtual
double
getWeight
()
const
= 0;
14
virtual
void
setWeight
(
double
w) = 0;
15
};
16
17
}
18
19
#endif
CluE::WeightedObject::setWeight
virtual void setWeight(double w)=0
CluE::WeightedObject
Abstract base class for weighted objects.
Definition:
weightedobject.h:10
CluE::WeightedObject::getWeight
virtual double getWeight() const =0
src
base
weightedobject.h
Generated on Wed May 7 2014 20:30:01 for CluE by
1.8.7