NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
a
b
c
d
e
f
i
j
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
c
d
g
h
i
l
n
p
r
s
t
u
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
c
f
i
l
m
o
p
q
r
s
t
v
Typedefs
c
d
f
h
m
o
p
q
s
u
v
Macros
_
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
cxImageMapperMonitor.h
Go to the documentation of this file.
1
/*=========================================================================
2
This file is part of CustusX, an Image Guided Therapy Application.
3
4
Copyright (c) SINTEF Department of Medical Technology.
5
All rights reserved.
6
7
CustusX is released under a BSD 3-Clause license.
8
9
See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10
=========================================================================*/
11
#ifndef CXIMAGEMAPPERMONITOR_H
12
#define CXIMAGEMAPPERMONITOR_H
13
14
#include "cxResourceVisualizationExport.h"
15
16
#include <set>
17
#include <vector>
18
#include <boost/shared_ptr.hpp>
19
#include <vtkSmartPointer.h>
20
#include <QObject>
21
#include "
cxForwardDeclarations.h
"
22
#include "
cxVector3D.h
"
23
#include "
vtkForwardDeclarations.h
"
24
25
namespace
cx
26
{
27
typedef
boost::shared_ptr<class ImageMapperMonitor>
ImageMapperMonitorPtr
;
28
36
class
cxResourceVisualization_EXPORT
ImageMapperMonitor
:
public
QObject
37
{
38
Q_OBJECT
39
public
:
40
static
ImageMapperMonitorPtr
create(
vtkVolumePtr
volume,
ImagePtr
image);
41
~
ImageMapperMonitor
();
42
43
protected
slots:
44
virtual
void
applyCropping();
45
virtual
void
clearClipping();
46
virtual
void
applyClipping();
47
48
protected
:
49
ImageMapperMonitor
(
vtkVolumePtr
volume,
ImagePtr
image);
50
vtkVolumePtr
mVolume
;
51
ImagePtr
mImage
;
52
void
init();
53
54
private
:
55
std::vector<vtkPlanePtr> mPlanes;
56
vtkVolumeMapperPtr
getMapper();
57
void
clipPlanesChangedSlot();
58
59
};
60
61
}
// namespace cx
62
#endif // CXIMAGEMAPPERMONITOR_H
cx::ImageMapperMonitor::mVolume
vtkVolumePtr mVolume
Definition:
cxImageMapperMonitor.h:50
cx
Namespace for all CustusX production code.
Definition:
cx_dev_group_definitions.h:13
cxForwardDeclarations.h
vtkVolumePtr
vtkSmartPointer< class vtkVolume > vtkVolumePtr
Definition:
vtkForwardDeclarations.h:152
cxVector3D.h
vtkVolumeMapperPtr
vtkSmartPointer< class vtkVolumeMapper > vtkVolumeMapperPtr
Definition:
vtkForwardDeclarations.h:150
cx::ImageMapperMonitor::mImage
ImagePtr mImage
Definition:
cxImageMapperMonitor.h:51
cx::ImageMapperMonitor
Definition:
cxImageMapperMonitor.h:36
vtkForwardDeclarations.h
cx::ImagePtr
boost::shared_ptr< class Image > ImagePtr
Definition:
cxDicomWidget.h:27
cx::ImageMapperMonitorPtr
boost::shared_ptr< class ImageMapperMonitor > ImageMapperMonitorPtr
Definition:
cxImageMapperMonitor.h:27
CX
source
resource
view
Primitives
cxImageMapperMonitor.h
Generated on Thu Jan 5 2023 03:15:55 for NorMIT-nav by
1.8.17