FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ClusterFinder::SetRange
(
int32_t
x0
=
0
,
int32_t
y0
=
0
,
int32_t
x1
=
0
,
int32_t
y1
=
0
)
inline
Definition at line
110
of file
FilterLed.cc
.
Referenced by
FilterLed::GetMeanPositionBox()
.
111
{
112
fX0
= x0;
113
fY0
= y0;
114
fX1
= x1==0?
fW
:x1;
115
fY1
= y1==0?
fH
:y1;
116
}
ClusterFinder::fY0
int32_t fY0
Definition:
FilterLed.cc:25
ClusterFinder::fH
uint32_t fH
Definition:
FilterLed.cc:20
ClusterFinder::fY1
int32_t fY1
Definition:
FilterLed.cc:26
ClusterFinder::fW
uint32_t fW
Definition:
FilterLed.cc:19
ClusterFinder::fX0
int32_t fX0
Definition:
FilterLed.cc:22
ClusterFinder::fX1
int32_t fX1
Definition:
FilterLed.cc:23
Here is the caller graph for this function:
ClusterFinder
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11