Slicer
5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Toggle main menu visibility
Main Page
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 Symbols
a
e
f
i
m
o
p
r
s
w
Namespaces
Namespace List
Namespace Members
All
_
a
c
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
Functions
Variables
a
c
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
Loading...
Searching...
No Matches
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
}
21
CSFLS
() {
…
}
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
};
10
class
CSFLS
{
…
};
41
42
#endif
CSFLS::m_ln2
CSFLSLayer m_ln2
Definition
SFLS.h:37
CSFLS::m_lp2
CSFLSLayer m_lp2
Definition
SFLS.h:39
CSFLS::CSFLSLayer
std::list< NodeType > CSFLSLayer
Definition
SFLS.h:16
CSFLS::m_lp1
CSFLSLayer m_lp1
Definition
SFLS.h:38
CSFLS::m_lz
CSFLSLayer m_lz
Definition
SFLS.h:35
CSFLS::m_ln1
CSFLSLayer m_ln1
Definition
SFLS.h:36
CSFLS::Self
CSFLS Self
Definition
SFLS.h:13
CSFLS::NodeType
vnl_vector_fixed< int, 3 > NodeType
Definition
SFLS.h:15
CSFLS::CSFLS
CSFLS()
Definition
SFLS.h:21
Generated on Tue Apr 8 2025 04:46:47 for Slicer by
1.13.0