Slicer
5.0
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
q
r
s
t
u
v
w
x
y
z
+
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
h
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
p
r
s
w
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
Functions
+
Variables
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
+
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
c
e
i
l
n
p
q
r
s
t
v
Variables
+
Typedefs
a
d
g
i
l
m
n
p
q
r
s
t
v
Enumerations
Enumerator
+
Macros
b
c
d
e
f
g
i
m
o
p
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Modules
Loadable
Annotations
VTKWidgets
vtkAnnotationRulerWidget.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: vtkAnnotationRulerWidget,v $
10
Date: $Date: Aug 4, 2010 10:44:52 AM $
11
Version: $Revision: 1.0 $
12
13
=========================================================================auto=*/
14
15
#ifndef __vtkAnnotationRulerWidget_h
16
#define __vtkAnnotationRulerWidget_h
17
18
// Annotations includes
19
#include "vtkSlicerAnnotationsModuleVTKWidgetsExport.h"
20
21
// VTK includes
22
#include <vtkDistanceWidget.h>
23
25
class
VTK_SLICER_ANNOTATIONS_MODULE_VTKWIDGETS_EXPORT
vtkAnnotationRulerWidget
26
:
public
vtkDistanceWidget
27
{
28
public
:
29
30
static
vtkAnnotationRulerWidget
*New();
31
vtkTypeMacro(
vtkAnnotationRulerWidget
, vtkDistanceWidget);
32
void
PrintSelf(ostream& os, vtkIndent indent)
override
;
33
34
void
CreateDefaultRepresentation()
override
;
35
37
bool
GetIs2DWidget();
38
40
void
SetIs2DWidget(
int
value);
41
42
protected
:
43
44
vtkAnnotationRulerWidget
();
45
~
vtkAnnotationRulerWidget
()
override
;
46
47
bool
Is2DWidget
;
48
49
private
:
50
51
vtkAnnotationRulerWidget
(
const
vtkAnnotationRulerWidget
&) =
delete
;
52
void
operator=(
const
vtkAnnotationRulerWidget
&) =
delete
;
53
54
};
55
56
#endif
/* __vtkAnnotationRulerWidget_h */
vtkAnnotationRulerWidget
Definition:
vtkAnnotationRulerWidget.h:25
vtkAnnotationRulerWidget::Is2DWidget
bool Is2DWidget
Definition:
vtkAnnotationRulerWidget.h:47
Generated on Fri Jul 8 2022 05:39:17 for Slicer by
1.8.14