Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
vtkview
axl
axlVtkView
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
21
#include <
axlGui/axlInspectorObjectFactory.h
>
22
23
#include <QtWidgets>
24
25
class
axlVolume;
26
class
axlAbstractView
;
27
class
axlInspectorObjectVolumeDiscretePrivate;
28
class
dtkAbstractData;
29
30
class
AXLVTKVIEWPLUGIN_EXPORT
axlInspectorObjectVolumeDiscrete
:
public
axlInspectorObjectInterface
31
{
32
Q_OBJECT
33
34
public
:
35
axlInspectorObjectVolumeDiscrete
(QWidget *parent = 0);
36
~
axlInspectorObjectVolumeDiscrete
(
void
);
37
38
static
bool
registered(
void
);
39
40
public
slots:
41
void
setData
(dtkAbstractData *data);
42
43
private
:
44
axlInspectorObjectVolumeDiscretePrivate *d;
45
};
46
47
axlInspectorObjectInterface
*
createaxlVolumeDiscreteDialog
(
void
);
48
49
#endif // AXLINSPECTOROBJECTVOLUMEDISCRETE_H
AXLVTKVIEWPLUGIN_EXPORT
#define AXLVTKVIEWPLUGIN_EXPORT
Definition:
axlVtkViewPluginExport.h:15
axlInspectorObjectVolumeDiscrete
Definition:
axlInspectorObjectVolumeDiscrete.h:30
createaxlVolumeDiscreteDialog
axlInspectorObjectInterface * createaxlVolumeDiscreteDialog(void)
Definition:
axlInspectorObjectVolumeDiscrete.cpp:89
axlInspectorObjectInterface::setData
virtual void setData(dtkAbstractData *data)
Definition:
axlInspectorObjectFactory.cpp:46
axlAbstractView
Definition:
axlAbstractView.h:40
axlInspectorObjectInterface
Definition:
axlInspectorObjectFactory.h:41
axlInspectorObjectFactory.h
axlVtkViewPluginExport.h
Generated on Sun Dec 2 2018 20:28:11 for Axl-2.5.1 by 1.8.9.1