FAST
3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
j
l
m
o
p
r
s
Typedefs
Enumerations
Enumerator
a
d
p
s
t
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
a
c
d
f
h
i
l
m
n
o
p
s
t
u
w
Typedefs
a
c
m
p
s
Enumerations
Enumerator
a
c
e
i
l
n
p
r
s
t
w
Related Functions
Files
File List
File Members
All
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Algorithms
ScaleImage
ScaleImage.hpp
Go to the documentation of this file.
1
#ifndef SCALE_IMAGE_HPP
2
#define SCALE_IMAGE_HPP
3
4
#include "
FAST/ProcessObject.hpp
"
5
6
namespace
fast
{
7
13
class
FAST_EXPORT
ScaleImage
:
public
ProcessObject
{
14
FAST_OBJECT
(
ScaleImage
);
15
public
:
16
void
setLowestValue(
float
value);
17
void
setHighestValue(
float
value);
18
private
:
19
ScaleImage
();
20
void
execute();
21
22
float
mLow, mHigh;
23
};
24
25
}
// end namespace fast
26
27
#endif
fast
Definition:
AffineTransformation.hpp:7
FAST_OBJECT
#define FAST_OBJECT(className)
Definition:
Object.hpp:9
fast::ScaleImage
Definition:
ScaleImage.hpp:13
ProcessObject.hpp
fast::ProcessObject
Definition:
ProcessObject.hpp:22
Generated by
1.8.17