Developer documentation | Axl-2.5.1

axlAbstractVolumeImplicit.h
Go to the documentation of this file.
1 /* axlAbstractVolumeImplicit.h ---
2  *
3  * Author: Anais Ducoffe
4  * Copyright (C) 2012 - 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 AXLABSTRACTVOLUMEIMPLICIT_H
21 #define AXLABSTRACTVOLUMEIMPLICIT_H
22 
23 #include "axlAbstractVolume.h"
24 #include "axlCoreExport.h"
25 
26 class axlAbstractVolumeImplicitPrivate;
27 
29 {
30  Q_OBJECT
31 
32 public:
34  virtual ~axlAbstractVolumeImplicit(void);
35 
36 
37 
38 
39 private:
40  axlAbstractVolumeImplicitPrivate *d;
41 };
42 #endif
43 
44 
#define AXLCORE_EXPORT