Developer documentation | Axl-2.5.1

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