Slicer
4.8
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
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
i
l
m
n
o
p
q
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
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
e
f
g
i
j
k
l
m
n
r
s
t
w
+
Functions
a
c
e
f
g
r
t
w
Variables
+
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
CLI
RobustStatisticsSegmenter
SFLS.h
Go to the documentation of this file.
1
#ifndef SFLS_h_
2
#define SFLS_h_
3
4
// std
5
#include <list>
6
7
// itk
8
#include "vnl/vnl_vector_fixed.h"
9
10
class
CSFLS
11
{
12
public
:
13
typedef
CSFLS
Self
;
14
15
typedef
vnl_vector_fixed<int, 3>
NodeType
;
16
typedef
std::list<NodeType>
CSFLSLayer
;
17
18
// typedef boost::shared_ptr< Self > Pointer;
19
20
// ctor
21
CSFLS
()
22
{
23
// m_lz.reset(new CSFLSLayer);
24
// m_ln1.reset(new CSFLSLayer);
25
// m_ln2.reset(new CSFLSLayer);
26
// m_lp1.reset(new CSFLSLayer);
27
// m_lp2.reset(new CSFLSLayer);
28
}
29
30
// static Pointer New()
31
// {
32
// return Pointer(new CSFLS);
33
// }
34
35
CSFLSLayer
m_lz
;
36
CSFLSLayer
m_ln1
;
37
CSFLSLayer
m_ln2
;
38
CSFLSLayer
m_lp1
;
39
CSFLSLayer
m_lp2
;
40
};
41
42
#endif
CSFLS
Definition:
SFLS.h:10
CSFLS::NodeType
vnl_vector_fixed< int, 3 > NodeType
Definition:
SFLS.h:15
CSFLS::m_lp2
CSFLSLayer m_lp2
Definition:
SFLS.h:39
CSFLS::CSFLSLayer
std::list< NodeType > CSFLSLayer
Definition:
SFLS.h:16
CSFLS::m_lz
CSFLSLayer m_lz
Definition:
SFLS.h:35
CSFLS::Self
CSFLS Self
Definition:
SFLS.h:13
CSFLS::m_ln1
CSFLSLayer m_ln1
Definition:
SFLS.h:36
CSFLS::m_ln2
CSFLSLayer m_ln2
Definition:
SFLS.h:37
CSFLS::CSFLS
CSFLS()
Definition:
SFLS.h:21
CSFLS::m_lp1
CSFLSLayer m_lp1
Definition:
SFLS.h:38
Generated on Wed Dec 20 2017 04:49:09 for Slicer by
1.8.13