#include <axlPlaneCreator.h>
 
  
 | Public Member Functions | |
| axlPlaneCreator (QObject *parent=0) | |
| virtual | ~axlPlaneCreator (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 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... | |
| Static Public Member Functions | |
| static bool | registered (void) | 
Definition at line 29 of file axlPlaneCreator.h.
| axlPlaneCreator::axlPlaneCreator | ( | QObject * | parent = 0 | ) | 
Definition at line 36 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Definition at line 43 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractProcess.
Definition at line 58 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractCreatorProcess.
Definition at line 107 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Definition at line 49 of file axlPlaneCreator.cpp.
| 
 | virtual | 
returns true if the process needs parameters. By default, equals false.
Reimplemented from axlAbstractProcess.
Definition at line 64 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractCreatorProcess.
Definition at line 112 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractCreatorProcess.
Definition at line 69 of file axlPlaneCreator.cpp.
| 
 | static | 
Definition at line 117 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractCreatorProcess.
Definition at line 74 of file axlPlaneCreator.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractCreatorProcess.
Definition at line 86 of file axlPlaneCreator.cpp.