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
Libs
MRML
Core
vtkUserTagTable.h
Go to the documentation of this file.
1
#ifndef __vtkUserTagTable_h
2
#define __vtkUserTagTable_h
3
4
#include "vtkObject.h"
5
#include "vtkTable.h"
6
#include "
vtkMRML.h
"
7
8
9
class
VTK_MRML_EXPORT
vtkUserTagTable
:
public
vtkTable
10
{
11
public
:
13
static
vtkUserTagTable
*New();
14
vtkTypeMacro(
vtkUserTagTable
, vtkTable);
15
void
PrintSelf(ostream& os, vtkIndent indent);
16
19
vtkGetObjectMacro ( TagTable, vtkTable );
20
24
virtual
int
AddKeywordValuePair (
const
char
*keyword,
void
*value);
25
29
virtual
int
AddKeywordValuePair (
const
char
*keyword,
const
char
*value);
30
33
virtual
const
char
*GetUserTagKeyword (
int
index);
34
37
virtual
const
char
*GetUserTagValue (
int
index);
38
41
virtual
const
char
*GetUserTagValue (
const
char
* keyword);
42
46
virtual
int
CheckTableForKeyword (
const
char
*keyword);
47
50
virtual
int
DeleteKeywordValuePair (
int
index );
51
54
virtual
int
DeleteKeywordValuePair (
const
char
*keyword );
55
58
virtual
int
GetKeywordColumn (
const
char
* keyword );
59
62
virtual
int
GetNumberOfColumns ( );
63
64
private
:
65
vtkTable *TagTable;
66
67
protected
:
68
vtkUserTagTable
();
69
virtual
~
vtkUserTagTable
();
70
vtkUserTagTable
(
const
vtkUserTagTable
&);
71
void
operator=(
const
vtkUserTagTable
&);
72
73
};
74
75
#endif
vtkUserTagTable
Definition:
vtkUserTagTable.h:9
vtkMRML.h
Generated on Fri May 17 2019 15:20:19 for Slicer by
1.8.14