Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlCore
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
20
#include "
axlAbstractFieldGenerator.h
"
21
#include "
axlAbstractField.h
"
22
23
#include <dtkCoreSupport/dtkGlobal.h>
24
25
#include <QtCore>
26
27
axlAbstractFieldGenerator::axlAbstractFieldGenerator
(
void
) :
axlAbstractProcess
()
28
{
29
30
}
31
32
axlAbstractFieldGenerator::~axlAbstractFieldGenerator
(
void
)
33
{
34
}
35
36
void
axlAbstractFieldGenerator::setInput
(dtkAbstractData *data,
int
channel)
37
{
38
Q_UNUSED(data);
39
Q_UNUSED(channel);
40
}
41
42
int
axlAbstractFieldGenerator::update
(
void
)
43
{
44
DTK_DEFAULT_IMPLEMENTATION;
45
46
return
0;
47
}
48
49
QString
axlAbstractFieldGenerator::description
(
void
)
const
50
{
51
DTK_DEFAULT_IMPLEMENTATION;
52
53
return
QString();
54
}
axlAbstractProcess
Definition:
axlAbstractProcess.h:33
axlAbstractFieldGenerator::update
virtual int update(void)
Definition:
axlAbstractFieldGenerator.cpp:42
axlAbstractFieldGenerator::~axlAbstractFieldGenerator
virtual ~axlAbstractFieldGenerator(void)
Definition:
axlAbstractFieldGenerator.cpp:32
axlAbstractFieldGenerator::axlAbstractFieldGenerator
axlAbstractFieldGenerator(void)
Definition:
axlAbstractFieldGenerator.cpp:27
axlAbstractFieldGenerator::description
virtual QString description(void) const
Definition:
axlAbstractFieldGenerator.cpp:49
axlAbstractFieldGenerator.h
axlAbstractField.h
axlAbstractFieldGenerator::setInput
virtual void setInput(dtkAbstractData *data, int channel=0)
Definition:
axlAbstractFieldGenerator.cpp:36
Generated on Sun Dec 2 2018 20:28:08 for Axl-2.5.1 by 1.8.9.1