SourceXtractorPlusPlus
0.11
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
GrowthCurve
GrowthCurveTask.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVETASK_H_
19
#define _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVETASK_H_
20
21
#include "
SEFramework/Task/SourceTask.h
"
22
23
namespace
SourceXtractor {
24
25
class
GrowthCurveTask
:
public
SourceTask
{
26
public
:
27
virtual
~GrowthCurveTask
() =
default
;
28
29
GrowthCurveTask
(
unsigned
instance,
bool
use_symmetry);
30
31
void
computeProperties
(
SourceInterface
& source)
const override
;
32
33
private
:
34
unsigned
m_instance
;
35
bool
m_use_symmetry
;
36
};
37
38
}
// end of namespace SourceXtractor
39
40
#endif
/* _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVETASK_H_ */
SourceXtractor::GrowthCurveTask::~GrowthCurveTask
virtual ~GrowthCurveTask()=default
SourceXtractor::GrowthCurveTask::computeProperties
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
GrowthCurveTask.cpp:40
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
SourceXtractor::GrowthCurveTask::m_instance
unsigned m_instance
Definition:
GrowthCurveTask.h:34
SourceXtractor::GrowthCurveTask::GrowthCurveTask
GrowthCurveTask(unsigned instance, bool use_symmetry)
Definition:
GrowthCurveTask.cpp:37
SourceXtractor::GrowthCurveTask::m_use_symmetry
bool m_use_symmetry
Definition:
GrowthCurveTask.h:35
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
SourceXtractor::GrowthCurveTask
Definition:
GrowthCurveTask.h:25
Generated by
1.8.5