|
Jafar
|
This class contains a list of SegmentHypothesis . More...
This class contains a list of SegmentHypothesis .
Definition at line 18 of file SegmentsSet.hpp.
#include <SegmentsSet.hpp>
Public Member Functions | |
| SegmentsSet (const SegmentsSet &) | |
| SegmentsSet & | operator= (const SegmentsSet &_rhs) |
| void | addSegment (SegmentHypothesis *) |
| Add a segment to the set. | |
| SegmentHypothesis * | segmentAt (unsigned int _index) |
| const SegmentHypothesis * | segmentAt (unsigned int _index) const |
| SegmentHypothesis * | segmentId (unsigned int _id) |
| unsigned int | count () const |
|
std::vector < jafar::geom::Segment2D > | toSegment2DList () const |
Private Attributes | |
| std::vector< SegmentHypothesis * > | m_segments |
| unsigned int jafar::dseg::SegmentsSet::count | ( | ) | const |
| SegmentHypothesis* jafar::dseg::SegmentsSet::segmentAt | ( | unsigned int | _index | ) |
| Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1 |
|