Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlCore
axlAbstractCurveAlgebraic.h
Go to the documentation of this file.
1
/* axlAbstractCurveAlgebraic.h ---
2
*
3
* Author: Meriadeg Perrinel
4
* Copyright (C) 2008 - Meriadeg Perrinel, Inria.
5
* Created: Tue Nov 9 16:58:59 2010 (+0100)
6
* Version: $Id$
7
* Last-Updated: Mon Dec 6 16:07:03 2010 (+0100)
8
* By: Meriadeg Perrinel
9
* Update #: 42
10
*/
11
12
/* Commentary:
13
*
14
*/
15
16
/* Change log:
17
*
18
*/
19
20
#ifndef axlAbstractCurveAlgebraic_H
21
#define axlAbstractCurveAlgebraic_H
22
23
#include "
axlAbstractCurveParametric.h
"
24
#include "axlCoreExport.h"
25
26
class
axlAbstractCurveAlgebraicPrivate;
27
28
class
AXLCORE_EXPORT
axlAbstractCurveAlgebraic
:
public
axlAbstractCurve
29
{
30
Q_OBJECT
31
32
public
:
33
34
typedef
QMap<double, axlPoint>
Sample
;
35
36
public
:
37
axlAbstractCurveAlgebraic
(
void
);
38
virtual
~
axlAbstractCurveAlgebraic
(
void
);
39
40
virtual
void
setData(
void
*data);
41
virtual
void
setData(
const
QList<double>& box,
const
QString&);
42
43
// virtual Sample sampling(int n);
44
virtual
QString description(
void
)
const
;
45
46
signals:
47
void
updated(
void
);
48
void
samplingChanged();
49
50
private
:
51
axlAbstractCurveAlgebraicPrivate *d;
52
};
53
54
#endif
axlAbstractCurveParametric.h
axlAbstractCurveAlgebraic
Definition:
axlAbstractCurveAlgebraic.h:28
AXLCORE_EXPORT
#define AXLCORE_EXPORT
Definition:
axlCoreExport2.h:15
axlAbstractCurve
Definition:
axlAbstractCurve.h:30
axlAbstractCurveAlgebraic::Sample
QMap< double, axlPoint > Sample
Definition:
axlAbstractCurveAlgebraic.h:34
Generated on Sun Dec 2 2018 20:28:08 for Axl-2.5.1 by 1.8.9.1