Jafar
|
Definition at line 18 of file Segment3DObservation.hpp.
Public Member Functions | |
Segment3DObservation (const jafar::geom::Segment3D &_segment3D, const jblas::vec3 &_uvd1, const jblas::vec3 &_uvd2, const dseg::SegmentHypothesis *_leftSegment, const dseg::SegmentHypothesis *_rightSegment) | |
const jafar::geom::Segment3D & | segment3D () const |
const jblas::vec3 & | uvd1 () const |
const jblas::vec3 & | uvd2 () const |
const dseg::SegmentHypothesis * | leftSegment () const |
const dseg::SegmentHypothesis * | rightSegment () const |
bool | isHorizontal () const |
Private Attributes | |
jafar::geom::Segment3D | m_segment3D |
jblas::vec3 | m_uvd1 |
jblas::vec3 | m_uvd2 |
const dseg::SegmentHypothesis * | m_leftSegment |
const dseg::SegmentHypothesis * | m_rightSegment |
Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1 |