#include <axlIntersection.h>
 
  
 | Signals | |
| void | dataInserted (axlAbstractData *data) | 
| Public Member Functions | |
| axlIntersection (QObject *parent=0) | |
| ~axlIntersection (void) | |
| axlAbstractData * | getInput (int channel) const | 
| virtual int | update (void) | 
| QString | description (void) const | 
| QString | identifier (void) const | 
| dtkAbstractData * | output (void) | 
| void | setInput (dtkAbstractData *newData, int channel) | 
| 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 30 of file axlIntersection.h.
| axlIntersection::axlIntersection | ( | QObject * | parent = 0 | ) | 
Definition at line 36 of file axlIntersection.cpp.
| axlIntersection::~axlIntersection | ( | void | ) | 
Definition at line 43 of file axlIntersection.cpp.
| int axlIntersection::channelCount | ( | void | ) | 
Definition at line 80 of file axlIntersection.cpp.
| 
 | signal | 
| 
 | virtual | 
Reimplemented from axlAbstractProcess.
Definition at line 140 of file axlIntersection.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 57 of file axlIntersection.h.
| axlAbstractData * axlIntersection::getInput | ( | int | channel | ) | const | 
Definition at line 49 of file axlIntersection.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractProcess.
Definition at line 145 of file axlIntersection.cpp.
| dtkAbstractData * axlIntersection::output | ( | void | ) | 
Definition at line 64 of file axlIntersection.cpp.
| void axlIntersection::setInput | ( | dtkAbstractData * | newData, | 
| int | channel | ||
| ) | 
Definition at line 70 of file axlIntersection.cpp.
| 
 | virtual | 
Definition at line 86 of file axlIntersection.cpp.