#include <HoughTrackList.h>
◆ HoughTrackList() [1/4]
HoughTrackList::HoughTrackList |
( |
| ) |
|
◆ HoughTrackList() [2/4]
HoughTrackList::HoughTrackList |
( |
const HoughMap & |
houghMap | ) |
|
Definition at line 9 of file HoughTrackList.cxx.
9 {
10
12}
const vector< HoughTrack > getTrackList() const
◆ HoughTrackList() [3/4]
HoughTrackList::HoughTrackList |
( |
| ) |
|
◆ HoughTrackList() [4/4]
HoughTrackList::HoughTrackList |
( |
const HoughMap & |
houghMap | ) |
|
◆ add() [1/2]
◆ add() [2/2]
◆ getTrack() [1/2]
◆ getTrack() [2/2]
◆ getTrackNum() [1/2]
int HoughTrackList::getTrackNum |
( |
| ) |
const |
|
inline |
◆ getTrackNum() [2/2]
int HoughTrackList::getTrackNum |
( |
| ) |
const |
|
inline |
◆ remove() [1/2]
Definition at line 13 of file HoughTrackList.cxx.
13 {
14
15 vector<HoughTrack>::iterator
iter = _tracklist.begin();
17 if( track == &(*
iter) ) { _tracklist.erase(
iter);
iter--;}
18 }
19
20}
◆ remove() [2/2]
The documentation for this class was generated from the following files: