Hugin trunk 0.1
Loading...
Searching...
No Matches
Functions
PreviewGuideTool.cpp File Reference

implementation of ToolHelper for drawing guide lines over pano More...

#include "PreviewGuideTool.h"
#include <GL/gl.h>
Include dependency graph for PreviewGuideTool.cpp:

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)
 

Detailed Description

implementation of ToolHelper for drawing guide lines over pano

Author
T. Modes

Definition in file PreviewGuideTool.cpp.

Function Documentation

◆ DrawDiagonal()

void DrawDiagonal ( const vigra::Rect2D  roi)

Definition at line 78 of file PreviewGuideTool.cpp.

References threshold().

Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().

◆ DrawDiagonalMethod()

void DrawDiagonalMethod ( const vigra::Rect2D  roi)

Definition at line 120 of file PreviewGuideTool.cpp.

References threshold().

Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().

◆ DrawGoldenRatio()

void DrawGoldenRatio ( const vigra::Rect2D  roi)

Definition at line 62 of file PreviewGuideTool.cpp.

References threshold().

Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().

◆ DrawThirds()

void DrawThirds ( const vigra::Rect2D  roi)

Definition at line 46 of file PreviewGuideTool.cpp.

References threshold().

Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().

◆ DrawTriangle()

void DrawTriangle ( const vigra::Rect2D  roi,
const bool  up 
)

Definition at line 92 of file PreviewGuideTool.cpp.

References threshold().

Referenced by PreviewGuideTool::ReallyAfterDrawImagesEvent().