#include <axlBarycenterProcess.h>
Signals | |
void | dataInserted (axlAbstractData *data) |
Public Member Functions | |
axlBarycenterProcess (QObject *parent=0) | |
~axlBarycenterProcess (void) | |
axlAbstractData * | getInput (int channel) const |
double | getCoeffValue (void) const |
virtual int | update (void) |
Returns the barycenter point of the line. More... | |
QString | description (void) const |
QString | identifier (void) const |
dtkAbstractData * | output (void) |
void | setInput (dtkAbstractData *newData, int channel=0) |
void | setParameter (double data, int channel=0) |
int | channelCount (void) |
QString | form (void) const |
Description of the form for the dialog with the process. More... | |
Public Member Functions inherited from axlAbstractProcess | |
axlAbstractProcess (void) | |
virtual | ~axlAbstractProcess (void) |
virtual void | copyProcess (axlAbstractProcess *process) |
virtual bool | hasParameters (void) |
virtual void | setDescription (QString description) |
virtual void | setIdentifier (QString identifier) |
Definition at line 29 of file axlBarycenterProcess.h.
axlBarycenterProcess::axlBarycenterProcess | ( | QObject * | parent = 0 | ) |
Definition at line 37 of file axlBarycenterProcess.cpp.
axlBarycenterProcess::~axlBarycenterProcess | ( | void | ) |
Definition at line 45 of file axlBarycenterProcess.cpp.
int axlBarycenterProcess::channelCount | ( | void | ) |
Definition at line 114 of file axlBarycenterProcess.cpp.
|
signal |
|
virtual |
Reimplemented from axlAbstractProcess.
Definition at line 118 of file axlBarycenterProcess.cpp.
|
inlinevirtual |
Description of the form for the dialog with the process.
The string use to describe the form is formatted as follows:
where:
Here is an example of such a declaration:
Reimplemented from axlAbstractProcess.
Definition at line 55 of file axlBarycenterProcess.h.
double axlBarycenterProcess::getCoeffValue | ( | void | ) | const |
Definition at line 55 of file axlBarycenterProcess.cpp.
axlAbstractData * axlBarycenterProcess::getInput | ( | int | channel | ) | const |
Definition at line 51 of file axlBarycenterProcess.cpp.
|
virtual |
Reimplemented from axlAbstractProcess.
Definition at line 123 of file axlBarycenterProcess.cpp.
dtkAbstractData * axlBarycenterProcess::output | ( | void | ) |
Definition at line 61 of file axlBarycenterProcess.cpp.
void axlBarycenterProcess::setInput | ( | dtkAbstractData * | newData, |
int | channel = 0 |
||
) |
Definition at line 66 of file axlBarycenterProcess.cpp.
void axlBarycenterProcess::setParameter | ( | double | data, |
int | channel = 0 |
||
) |
Definition at line 74 of file axlBarycenterProcess.cpp.
|
virtual |
Returns the barycenter point of the line.
By default the coefficient is equal to 0.5.
Definition at line 83 of file axlBarycenterProcess.cpp.