Developer documentation | Axl-2.5.1

axlInspectorObjectVolumeDiscrete.h
Go to the documentation of this file.
1 /* axlInspectorObjectVolumeDiscrete.h ---
2  *
3  * Author: Anais Ducoffe
4  * Copyright (C) 2013 - Anais Ducoffe, Inria.
5 
6  */
7 
8 /* Commentary:
9  *
10  */
11 
12 /* Change log:
13  *
14  */
15 
16 #ifndef AXLINSPECTOROBJECTVOLUMEDISCRETE_H
17 #define AXLINSPECTOROBJECTVOLUMEDISCRETE_H
18 
19 #include "axlVtkViewPluginExport.h"
20 
22 
23 #include <QtWidgets>
24 
25 class axlVolume;
26 class axlAbstractView;
27 class axlInspectorObjectVolumeDiscretePrivate;
28 class dtkAbstractData;
29 
31 {
32  Q_OBJECT
33 
34 public:
35  axlInspectorObjectVolumeDiscrete(QWidget *parent = 0);
37 
38  static bool registered(void);
39 
40 public slots:
41  void setData(dtkAbstractData *data);
42 
43 private:
44  axlInspectorObjectVolumeDiscretePrivate *d;
45 };
46 
48 
49 #endif // AXLINSPECTOROBJECTVOLUMEDISCRETE_H
#define AXLVTKVIEWPLUGIN_EXPORT
axlInspectorObjectInterface * createaxlVolumeDiscreteDialog(void)
virtual void setData(dtkAbstractData *data)