Developer documentation | Axl-2.5.1

axlAbstractFieldGenerator.cpp
Go to the documentation of this file.
1 /* axlAbstractFieldGenerator.h ---
2  *
3  * Author: Meriadeg Perrinel
4  * Copyright (C) 2011 - Meriadeg Perrinel, Inria.
5  * Created: Tue Nov 11 16:58:59 2011 (+0100)
6  * Version: $Id$
7  * Last-Updated: Mon Dec 6 15:32:45 2010 (+0100)
8  * By: Meriadeg Perrinel
9  * Update #: 22
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
21 #include "axlAbstractField.h"
22 
23 #include <dtkCoreSupport/dtkGlobal.h>
24 
25 #include <QtCore>
26 
28 {
29 
30 }
31 
33 {
34 }
35 
36 void axlAbstractFieldGenerator::setInput(dtkAbstractData *data, int channel)
37 {
38  Q_UNUSED(data);
39  Q_UNUSED(channel);
40 }
41 
43 {
44  DTK_DEFAULT_IMPLEMENTATION;
45 
46  return 0;
47 }
48 
50 {
51  DTK_DEFAULT_IMPLEMENTATION;
52 
53  return QString();
54 }
virtual QString description(void) const
virtual void setInput(dtkAbstractData *data, int channel=0)