15 #ifndef AXLFIELDPARAMETRICCURVETANGENTVECTORCREATOR_H 
   16 #define AXLFIELDPARAMETRICCURVETANGENTVECTORCREATOR_H 
   18 #include "axlCoreExport.h" 
   20 #include <dtkCoreSupport/dtkAbstractProcess.h> 
   24 class axlFieldParametricCurveTangentVectorCreatorPrivate;
 
   42     void setInput(dtkAbstractData *data, 
int channel);
 
   46     int channelCount(
void);
 
   52              " INPUT:0 data supportData");
 
   56     static bool registered(
void);
 
   59     axlFieldParametricCurveTangentVectorCreatorPrivate *d;
 
   64 #endif// AXLFIELDPARAMETRICCURVETANGENTVECTORCREATOR_H 
virtual QString description(void) const 
Class axlAbstractField defines an API for arrays of numeric data. 
QString form(void) const 
Description of the form for the dialog with the process. 
virtual QString identifier(void) const 
virtual void setInput(dtkAbstractData *data, int channel=0)
Class axlAbstractData defines an API for all type of axel data. 
AXLCORE_EXPORT dtkAbstractProcess * createaxlFieldParametricCurveTangentVectorCreator(void)