BICO
1.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
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 Oct 8 2014 15:10:29 for BICO by
1.8.7