Hugintrunk
0.1
|
implementation of ToolHelper for drawing guide lines over pano More...
Go to the source code of this file.
Functions | |
void | DrawThirds (const vigra::Rect2D roi) |
void | DrawGoldenRatio (const vigra::Rect2D roi) |
void | DrawDiagonal (const vigra::Rect2D roi) |
void | DrawTriangle (const vigra::Rect2D roi, const bool up) |
void | DrawDiagonalMethod (const vigra::Rect2D roi) |
implementation of ToolHelper for drawing guide lines over pano
Definition in file PreviewGuideTool.cpp.
void DrawDiagonal | ( | const vigra::Rect2D | roi | ) |
Definition at line 78 of file PreviewGuideTool.cpp.
Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().
void DrawDiagonalMethod | ( | const vigra::Rect2D | roi | ) |
Definition at line 120 of file PreviewGuideTool.cpp.
References vigra_ext::EMoR::h.
Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().
void DrawGoldenRatio | ( | const vigra::Rect2D | roi | ) |
Definition at line 62 of file PreviewGuideTool.cpp.
Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().
void DrawThirds | ( | const vigra::Rect2D | roi | ) |
Definition at line 46 of file PreviewGuideTool.cpp.
Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().
void DrawTriangle | ( | const vigra::Rect2D | roi, |
const bool | up | ||
) |
Definition at line 92 of file PreviewGuideTool.cpp.
References vigra_ext::EMoR::h, and vigra_ext::pow().
Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().