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
ctkVTKAbstractMatrixWidget.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 __ctkVTKAbstractMatrixWidget_h
22
#define __ctkVTKAbstractMatrixWidget_h
23
25
#include <
ctkMatrixWidget.h
>
26
#include <
ctkVTKObject.h
>
27
28
#include "ctkVisualizationVTKWidgetsExport.h"
29
30
class
vtkMatrix4x4;
31
class
ctkVTKAbstractMatrixWidgetPrivate;
32
37
class
CTK_VISUALIZATION_VTK_WIDGETS_EXPORT
ctkVTKAbstractMatrixWidget
38
:
public
ctkMatrixWidget
39
{
40
public
:
42
typedef
ctkMatrixWidget
Superclass
;
43
45
ctkVTKAbstractMatrixWidget
(QWidget* parent);
46
virtual
~ctkVTKAbstractMatrixWidget
();
47
vtkMatrix4x4*
matrix
()
const
;
48
49
protected
:
50
void
setMatrixInternal
(vtkMatrix4x4* matrix);
51
52
virtual
void
setColumnCount
(
int
newColumnCount);
53
virtual
void
setRowCount
(
int
newRowCount);
54
55
protected
:
56
QScopedPointer<ctkVTKAbstractMatrixWidgetPrivate>
d_ptr
;
57
58
private
:
59
Q_DECLARE_PRIVATE(
ctkVTKAbstractMatrixWidget
);
60
Q_DISABLE_COPY(
ctkVTKAbstractMatrixWidget
);
61
};
62
63
#endif
ctkMatrixWidget
Definition:
ctkMatrixWidget.h:39
ctkVTKAbstractMatrixWidget
Definition:
ctkVTKAbstractMatrixWidget.h:39
ctkVTKAbstractMatrixWidget::~ctkVTKAbstractMatrixWidget
virtual ~ctkVTKAbstractMatrixWidget()
ctkVTKAbstractMatrixWidget::matrix
vtkMatrix4x4 * matrix() const
ctkVTKAbstractMatrixWidget::Superclass
ctkMatrixWidget Superclass
Self/Superclass typedef.
Definition:
ctkVTKAbstractMatrixWidget.h:42
ctkVTKAbstractMatrixWidget::d_ptr
QScopedPointer< ctkVTKAbstractMatrixWidgetPrivate > d_ptr
Definition:
ctkVTKAbstractMatrixWidget.h:56
ctkVTKAbstractMatrixWidget::ctkVTKAbstractMatrixWidget
ctkVTKAbstractMatrixWidget(QWidget *parent)
Constructors.
ctkVTKAbstractMatrixWidget::setMatrixInternal
void setMatrixInternal(vtkMatrix4x4 *matrix)
ctkVTKAbstractMatrixWidget::setColumnCount
virtual void setColumnCount(int newColumnCount)
ctkVTKAbstractMatrixWidget::setRowCount
virtual void setRowCount(int newRowCount)
ctkMatrixWidget.h
ctkVTKObject.h
Generated on Mon Aug 9 2021 00:00:00 for CTK by
1.9.1