Parasol Planning Library (PPL)
src
MPLibrary
Metrics
MetricMethod.h
Go to the documentation of this file.
1
#ifndef PMPL_METRIC_METHOD_H_
2
#define PMPL_METRIC_METHOD_H_
3
4
#include "
MPLibrary/MPBaseObject.h
"
5
#include "
Utilities/MPUtils.h
"
6
7
22
class
MetricMethod
:
public
MPBaseObject
{
23
24
public
:
25
28
29
MetricMethod
() =
default
;
30
31
MetricMethod
(
XMLNode
& _node);
32
33
virtual
~MetricMethod
() =
default
;
34
38
41
virtual
double
operator()
() = 0;
42
44
45
};
46
47
#endif
MPBaseObject.h
MPUtils.h
MPBaseObject
Definition:
MPBaseObject.h:46
MetricMethod
Definition:
MetricMethod.h:22
MetricMethod::operator()
virtual double operator()()=0
MetricMethod::~MetricMethod
virtual ~MetricMethod()=default
MetricMethod::MetricMethod
MetricMethod()=default
XMLNode
Definition:
XMLNode.h:27
Generated by
1.9.1