Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlCore
axlAbstractSurfaceImplicit.h
Go to the documentation of this file.
1
/* axlAbstractSurfaceImplicit.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: Tue Nov 9 17:09:38 2010 (+0100)
8
* By: Meriadeg Perrinel
9
* Update #: 19
10
*/
11
12
/* Commentary:
13
*
14
*/
15
16
/* Change log:
17
*
18
*/
19
20
#ifndef AXLABSTRACTSURFACEIMPLICIT_H
21
#define AXLABSTRACTSURFACEIMPLICIT_H
22
23
#include "
axlAbstractSurface.h
"
24
#include "axlCoreExport.h"
25
26
class
axlAbstractSurfaceImplicitPrivate;
27
28
class
AXLCORE_EXPORT
axlAbstractSurfaceImplicit
:
public
axlAbstractSurface
29
{
30
Q_OBJECT
31
32
public
:
33
axlAbstractSurfaceImplicit
(
void
);
34
virtual
~
axlAbstractSurfaceImplicit
(
void
);
35
36
virtual
double
eval(
double
*point)
const
;
37
38
private
:
39
axlAbstractSurfaceImplicitPrivate *d;
40
};
41
#endif
42
43
axlAbstractSurface.h
AXLCORE_EXPORT
#define AXLCORE_EXPORT
Definition:
axlCoreExport2.h:15
axlAbstractSurfaceImplicit
Definition:
axlAbstractSurfaceImplicit.h:28
axlAbstractSurface
Definition:
axlAbstractSurface.h:31
Generated on Sun Dec 2 2018 20:28:08 for Axl-2.5.1 by 1.8.9.1