#include <axlSphereCreator.h>
Public Member Functions | |
| axlSphereCreator (QObject *parent=0) | |
| virtual | ~axlSphereCreator (void) |
| virtual axlAbstractData * | getInput (int channel) const |
| void | copyProcess (axlAbstractProcess *process) |
| bool | hasParameters (void) |
| virtual int | update (void) |
| virtual QString | description (void) const |
| virtual QString | identifier (void) const |
| virtual void | setInput (dtkAbstractData *newData, int channel) |
| virtual void | setParameter (double data) |
| virtual dtkAbstractData * | output (void) |
Public Member Functions inherited from axlAbstractCreatorProcess | |
| axlAbstractCreatorProcess (QObject *parent=0) | |
| virtual | ~axlAbstractCreatorProcess (void) |
| axlAbstractData * | getInput (int channel) const |
| virtual dtkAbstractData * | output (int channel) |
| virtual int | channelCount (void) |
Public Member Functions inherited from axlAbstractProcess | |
| axlAbstractProcess (void) | |
| virtual | ~axlAbstractProcess (void) |
| virtual void | setDescription (QString description) |
| virtual void | setIdentifier (QString identifier) |
| virtual QString | form (void) const |
| Description of the form for the dialog with the process. More... | |
Definition at line 29 of file axlSphereCreator.h.
| axlSphereCreator::axlSphereCreator | ( | QObject * | parent = 0 | ) |
Definition at line 37 of file axlSphereCreator.cpp.
|
virtual |
Definition at line 44 of file axlSphereCreator.cpp.
|
virtual |
Reimplemented from axlAbstractProcess.
Definition at line 54 of file axlSphereCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 107 of file axlSphereCreator.cpp.
|
virtual |
Definition at line 50 of file axlSphereCreator.cpp.
|
virtual |
returns true if the process needs parameters. By default, equals false.
Reimplemented from axlAbstractProcess.
Definition at line 60 of file axlSphereCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 112 of file axlSphereCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 65 of file axlSphereCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 70 of file axlSphereCreator.cpp.
|
virtual |
Definition at line 80 of file axlSphereCreator.cpp.
|
virtual |
Reimplemented from axlAbstractCreatorProcess.
Definition at line 85 of file axlSphereCreator.cpp.