Developer documentation | Axl-2.5.1

axlFieldParametricSurfaceTangentVectorCreator.h
Go to the documentation of this file.
1 /* axlFieldParametricSurfaceTangentVectorCreator.h ---
2  *
3  * Author: Anais Ducoffe
4  * Copyright (C) 2013 - Anais Ducoffe, Inria.
5  */
6 
7 /* Commentary:
8  *
9  */
10 
11 /* Change log:
12  *
13  */
14 
15 #ifndef AXLFIELDPARAMETRICSURFACETANGENTVECTORCREATOR_H
16 #define AXLFIELDPARAMETRICSURFACETANGENTVECTORCREATOR_H
17 
18 #include "axlCoreExport.h"
20 #include <dtkCoreSupport/dtkAbstractProcess.h>
21 
22 #include <QtGui>
23 
24 class axlFieldParametricSurfaceTangentVectorCreatorPrivate;
25 class axlAbstractField;
26 class axlAbstractData;
27 
29 {
30  Q_OBJECT
31 
32 public:
35 
36 public:
37  QString description(void) const;
38  QString identifier(void) const;
39 
40 
41 
42 
43 public slots:
44  void setInput(dtkAbstractData *data, int channel);
45  void setParameter(double data, int channel);
46 
47 public slots:
48  int update(void);
49  int channelCount(void);
50 
51 public:
52  QString form(void) const
53  {
54  return QString(
55  " INPUT:0 data supportData \n"
56  " PARAMETER:0 double u-direction 1.0 \n"
57  " PARAMETER:1 double v-direction 0.0");
58  }
59 
60 public:
61  static bool registered(void);
62 
63 private:
64  axlFieldParametricSurfaceTangentVectorCreatorPrivate *d;
65 };
66 
68 
69 #endif // AXLFIELDPARAMETRICSURFACETANGENTVECTORCREATOR_H
QString form(void) const
Description of the form for the dialog with the process.
AXLCORE_EXPORT dtkAbstractProcess * createaxlFieldParametricSurfaceTangentVectorCreator(void)
virtual QString description(void) const
Class axlAbstractField defines an API for arrays of numeric data.
#define AXLCORE_EXPORT
virtual QString identifier(void) const
virtual void setInput(dtkAbstractData *data, int channel=0)
Class axlAbstractData defines an API for all type of axel data.