Developer documentation | Axl-2.5.1

axlAbstractVolumeNurbs.h
Go to the documentation of this file.
1 /* axlAbstractVolumeNurbs.h ---
2  *
3  * Author: Anais Ducoffe
4  * Copyright (C) 2008 - Anais Ducoffe, Inria.
5  * Created:
6  * Version: $Id$
7  * Last-Updated:
8  * By:
9  * Update #:
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLABSTRACTVOLUMENURBS_H
21 #define AXLABSTRACTVOLUMENURBS_H
22 
24 #include "axlCoreExport.h"
25 
26 class axlAbstractVolumeNurbsPrivate;
27 
29 {
30  Q_OBJECT
31 
32 public:
34  virtual ~axlAbstractVolumeNurbs(void);
35 
36 
37 
38 
39 private:
40  axlAbstractVolumeNurbsPrivate *d;
41 };
42 #endif
#define AXLCORE_EXPORT