17 #include "axlCoreExport.h" 
   25 class axlToMeshPrivate;
 
   40     virtual int update(
void);
 
   48     dtkAbstractData *output(
int channel);
 
   49     dtkAbstractData *output(
void);
 
   50     void setInput(dtkAbstractData *newData, 
int channel=0);
 
   53     int channelCount(
void);
 
   59         return QString( 
"INPUT:0 data DataToConvertInMesh\n" 
   60         "OUTPUT data mesh\n");
 
AXLCORE_EXPORT dtkAbstractProcess * createaxlToMeshProcess(void)
virtual QString description(void) const 
axlToMesh is a process that allow you to convert data to mesh. 
virtual QString identifier(void) const 
QString form(void) const 
Description of the form for the dialog with the process. 
Class axlAbstractData defines an API for all type of axel data.