14 #ifndef AXLINTERSECTION_H 
   15 #define AXLINTERSECTION_H 
   17 #include "axlCoreExport.h" 
   28 class axlIntersectionPrivate;
 
   43     virtual int update(
void);
 
   51     dtkAbstractData *output(
void);
 
   52     void setInput(dtkAbstractData *newData, 
int channel);
 
   53     int channelCount(
void);
 
   60              " INPUT:0 data line1 \n" 
   61              " INPUT:1 data line2 \n" 
   62              " OUTPUT:0 data point ");
 
   71     axlIntersectionPrivate *d;
 
   76 #endif  // AXLINTERSECTION_H 
Class axlPoint defines 3D points. 
Class axlLine defines 3D lines. 
AXLCORE_EXPORT dtkAbstractProcess * createaxlIntersectionProcess(void)
virtual QString description(void) const 
QString form(void) const 
Description of the form for the dialog with the process. 
virtual QString identifier(void) const 
Class axlAbstractData defines an API for all type of axel data.