Hugintrunk
0.1
|
Public Member Functions | |
void | SetStart (const vigra::Point2D point) |
void | SetStart (const int x, const int y) |
void | SetEnd (const vigra::Point2D point) |
void | SetEnd (const int x, const int y) |
double | GetLineLength () const |
double | GetEstimatedDistance (const VerticalLine &otherLine) const |
double | GetAngle () const |
const vigra::Point2D & | GetStart () const |
const vigra::Point2D & | GetEnd () const |
Private Attributes | |
vigra::Point2D | m_start |
vigra::Point2D | m_end |
Definition at line 173 of file FindLines.cpp.
|
inline |
Definition at line 214 of file FindLines.cpp.
References m_end, and m_start.
Referenced by HuginLines::FilterLines().
|
inline |
Definition at line 222 of file FindLines.cpp.
References m_end.
Referenced by HuginLines::FilterLines(), and GetEstimatedDistance().
|
inline |
Definition at line 196 of file FindLines.cpp.
References GetEnd(), HuginLines::GetFootpoint(), GetStart(), m_end, m_start, and celeste::min().
Referenced by HuginLines::FilterLines().
|
inline |
Definition at line 192 of file FindLines.cpp.
References m_end, and m_start.
Referenced by HuginLines::FilterLines().
|
inline |
Definition at line 218 of file FindLines.cpp.
References m_start.
Referenced by HuginLines::FilterLines(), and GetEstimatedDistance().
|
inline |
Definition at line 184 of file FindLines.cpp.
References m_end.
Referenced by HuginLines::FitLine().
|
inline |
Definition at line 188 of file FindLines.cpp.
References m_end.
|
inline |
Definition at line 176 of file FindLines.cpp.
References m_start.
Referenced by HuginLines::FitLine().
|
inline |
Definition at line 180 of file FindLines.cpp.
References m_start.
|
private |
Definition at line 228 of file FindLines.cpp.
Referenced by GetAngle(), GetEnd(), GetEstimatedDistance(), GetLineLength(), and SetEnd().
|
private |
Definition at line 225 of file FindLines.cpp.
Referenced by GetAngle(), GetEstimatedDistance(), GetLineLength(), GetStart(), and SetStart().