Developer documentation | Axl-2.5.1

axlFieldParametricNormalVectorCreator.h
Go to the documentation of this file.
1 /* axlFieldParametricNormalVectorCreator.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 AXLFIELDPARAMETRICNORMALVECTORCREATOR_H
16 #define AXLFIELDPARAMETRICNORMALVECTORCREATOR_H
17 
18 #include "axlCoreExport.h"
20 #include <dtkCoreSupport/dtkAbstractProcess.h>
21 
22 #include <QtGui>
23 
24 class axlFieldParametricNormalVectorCreatorPrivate;
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 
46 public slots:
47  int update(void);
48  int channelCount(void);
49 
50 public:
51  QString form(void) const
52  {
53  return QString(
54  " INPUT:0 data supportData");
55  }
56 
57 public:
58  static bool registered(void);
59 
60 private:
61  axlFieldParametricNormalVectorCreatorPrivate *d;
62 };
63 
65 
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.
#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.