15 #ifndef AXLFIELDPARAMETRICNORMALVECTORCREATOR_H
16 #define AXLFIELDPARAMETRICNORMALVECTORCREATOR_H
18 #include "axlCoreExport.h"
20 #include <dtkCoreSupport/dtkAbstractProcess.h>
24 class axlFieldParametricNormalVectorCreatorPrivate;
44 void setInput(dtkAbstractData *data,
int channel);
48 int channelCount(
void);
54 " INPUT:0 data supportData");
58 static bool registered(
void);
61 axlFieldParametricNormalVectorCreatorPrivate *d;
66 #endif // AXLFIELDPARAMETRICNORMALVECTORCREATOR_H
QString form(void) const
Description of the form for the dialog with the process.
AXLCORE_EXPORT dtkAbstractProcess * createaxlFieldParametricNormalVectorCreator(void)
virtual QString description(void) const
Class axlAbstractField defines an API for arrays of numeric data.
virtual QString identifier(void) const
virtual void setInput(dtkAbstractData *data, int channel=0)
Class axlAbstractData defines an API for all type of axel data.