Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlCore
axlAbstractSurface.h
Go to the documentation of this file.
1
/* axlAbstractSurface.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 AXLABSTRACTSURFACE_H
21
#define AXLABSTRACTSURFACE_H
22
23
#include "axlCoreExport.h"
24
25
#include <
axlCore/axlAbstractData.h
>
26
27
class
axlMesh
;
28
29
class
axlAbstractSurfacePrivate;
30
31
class
AXLCORE_EXPORT
axlAbstractSurface
:
public
axlAbstractData
32
{
33
Q_OBJECT
34
35
public
:
36
axlAbstractSurface
(
void
);
37
virtual
~
axlAbstractSurface
(
void
);
38
39
virtual
int
dimension(
void
)
const
;
40
41
virtual
axlMesh
*toAxlMesh(
void
);
42
43
44
45
public
:
46
virtual
void
*surface(
void
);
47
48
private
:
49
axlAbstractSurfacePrivate *d;
50
};
51
#endif
52
AXLCORE_EXPORT
#define AXLCORE_EXPORT
Definition:
axlCoreExport2.h:15
axlAbstractData
Class axlAbstractData defines an API for all type of axel data.
Definition:
axlAbstractData.h:33
axlAbstractSurface
Definition:
axlAbstractSurface.h:31
axlMesh
Class axlMesh defines a piecewise-linear 3D object.
Definition:
axlMesh.h:41
axlAbstractData.h
Generated on Sun Dec 2 2018 20:28:08 for Axl-2.5.1 by 1.8.9.1