Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Main Page
Modules
Related Pages
+
Classes
Class Index
Class List
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
y
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
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
+
Enumerations
_
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Related Functions
a
e
f
i
m
o
r
s
t
w
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
e
f
g
i
j
k
l
m
n
o
r
s
t
w
+
Functions
a
c
e
f
g
r
t
w
+
Variables
a
c
f
g
i
j
k
l
m
n
o
r
s
t
+
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
z
+
Functions
a
c
e
i
l
n
p
q
r
s
t
u
v
z
Variables
+
Typedefs
a
d
g
i
l
m
p
q
r
s
t
v
Enumerations
Enumerator
+
Macros
b
c
d
e
f
g
h
i
m
n
o
p
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Modules
Loadable
Annotations
VTKWidgets
vtkAnnotationBidimensionalWidget.h
Go to the documentation of this file.
1
/*=auto=========================================================================
2
3
Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
4
5
See COPYRIGHT.txt
6
or http://www.slicer.org/copyright/copyright.txt for details.
7
8
Program: 3D Slicer
9
Module: $RCSfile: vtkAnnotationBidimensionalWidget,v $
10
Date: $Date: Aug 4, 2010 10:44:52 AM $
11
Version: $Revision: 1.0 $
12
13
=========================================================================auto=*/
14
15
#ifndef __vtkAnnotationBidimensionalWidget_h
16
#define __vtkAnnotationBidimensionalWidget_h
17
18
// Annotations includes
19
#include "vtkSlicerAnnotationsModuleVTKWidgetsExport.h"
20
21
// VTK includes
22
#include <vtkBiDimensionalWidget.h>
23
25
class
VTK_SLICER_ANNOTATIONS_MODULE_VTKWIDGETS_EXPORT
26
vtkAnnotationBidimensionalWidget
27
:
public
vtkBiDimensionalWidget
28
{
29
public
:
30
31
static
vtkAnnotationBidimensionalWidget
*New();
32
vtkTypeMacro(
vtkAnnotationBidimensionalWidget
, vtkBiDimensionalWidget);
33
void
PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
34
35
virtual
void
CreateDefaultRepresentation() VTK_OVERRIDE;
36
37
protected:
38
39
vtkAnnotationBidimensionalWidget
();
40
virtual ~
vtkAnnotationBidimensionalWidget
();
41
42
private:
43
44
vtkAnnotationBidimensionalWidget
(const
vtkAnnotationBidimensionalWidget
&);
45
void
operator=(const
vtkAnnotationBidimensionalWidget
&);
46
47
};
48
49
#endif
/* __vtkAnnotationBidimensionalWidget_h */
vtkAnnotationBidimensionalWidget
Definition:
vtkAnnotationBidimensionalWidget.h:25
Generated on Fri May 17 2019 15:20:20 for Slicer by
1.8.14