Go to the source code of this file.
|
| namespace | TrkDriftCircleMath |
| | Function object to check whether two Segments are sub/super sets or different.
|
◆ operator<<() [1/2]
Definition at line 23 of file SegmentCandidate.cxx.
23 {
25
28
30
32}
const DCVec & dcs() const
const CLVec & clusters() const
const Line & line() const
DCVec::const_iterator DCCit
◆ operator<<() [2/2]
Definition at line 12 of file SegmentCandidate.cxx.
12 {
13 os <<
"line " << seg.
line() <<
" dcs " << seg.
dcs().size() <<
" cls " << seg.
clusters().size() << std::endl;
14
17
18 for (;
it != it_end; ++
it) {
os << *
it << std::endl; }
19
21}