CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Libs
Visualization
VTK
Widgets
ctkVTKThumbnailView.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Library: CTK
4
5
Copyright (c) Kitware Inc.
6
7
Licensed under the Apache License, Version 2.0 (the "License");
8
you may not use this file except in compliance with the License.
9
You may obtain a copy of the License at
10
11
http://www.apache.org/licenses/LICENSE-2.0.txt
12
13
Unless required by applicable law or agreed to in writing, software
14
distributed under the License is distributed on an "AS IS" BASIS,
15
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
See the License for the specific language governing permissions and
17
limitations under the License.
18
19
=========================================================================*/
20
21
#ifndef __ctkVTKThumbnailView_h
22
#define __ctkVTKThumbnailView_h
23
24
// CTK includes
25
#include "ctkVisualizationVTKWidgetsExport.h"
26
#include "
ctkVTKObject.h
"
27
#include "
ctkVTKRenderView.h
"
28
29
class
ctkVTKThumbnailViewPrivate;
30
32
class
CTK_VISUALIZATION_VTK_WIDGETS_EXPORT
ctkVTKThumbnailView
:
public
ctkVTKRenderView
33
{
34
Q_OBJECT
35
QVTK_OBJECT
36
37
public
:
39
typedef
ctkVTKRenderView
Superclass
;
40
42
explicit
ctkVTKThumbnailView
(QWidget* parent = 0);
43
virtual
~
ctkVTKThumbnailView
();
44
45
void
setRendererToListen(vtkRenderer* renderer);
46
47
protected
Q_SLOTS:
48
void
checkAbort();
49
void
updateBounds();
50
void
updateCamera();
51
52
protected
:
53
QScopedPointer<ctkVTKThumbnailViewPrivate>
d_ptr
;
54
55
private
:
56
Q_DECLARE_PRIVATE(
ctkVTKThumbnailView
);
57
Q_DISABLE_COPY(
ctkVTKThumbnailView
);
58
};
59
60
#endif
ctkVTKObject.h
QVTK_OBJECT
#define QVTK_OBJECT
Define VTK/Qt event/slot connection utility methods. It is a convenient macro that declares and defin...
Definition:
ctkVTKObject.h:222
ctkVTKRenderView
Definition:
ctkVTKRenderView.h:33
ctkVTKThumbnailView
Definition:
ctkVTKThumbnailView.h:32
ctkVTKThumbnailView::d_ptr
QScopedPointer< ctkVTKThumbnailViewPrivate > d_ptr
Definition:
ctkVTKThumbnailView.h:53
ctkVTKThumbnailView::Superclass
ctkVTKRenderView Superclass
Superclass typedef.
Definition:
ctkVTKThumbnailView.h:39
ctkVTKRenderView.h
Generated on Tue Jan 28 2020 00:00:00 for CTK by
1.8.17