#include <PreviewControlPointTool.h>
Inheritance diagram for PreviewControlPointTool:

Public Member Functions | |
| PreviewControlPointTool (ToolHelper *helper) | |
| void | Activate () |
| Switch on a tool. | |
| void | AfterDrawImagesEvent () |
| Draw (using OpenGL) images above the others. | |
Private Member Functions | |
| void | MakeTransforms () |
Private Attributes | |
| HuginBase::PTools::Transform * | transforms |
| GreatCircles | m_greatCircles |
Regular control points are drawn in orange, blue control points are drawn in sky blue.
Definition at line 44 of file PreviewControlPointTool.h.
|
|
Definition at line 38 of file PreviewControlPointTool.cpp. References ToolHelper::GetVisualizationStatePtr(), m_greatCircles, and GreatCircles::setVisualizationState(). |
|
|
Switch on a tool. Inherited classes also register events they want to respond to with the PreviewToolHelper. As events are lost when the tool is deactivated without notification to the PreviewTool, things from the last activation can be cleaned up here too. Implements Tool. Definition at line 45 of file PreviewControlPointTool.cpp. References ToolHelper::NotifyMe(). |
|
|
|
|
Definition at line 53 of file PreviewControlPointTool.h. Referenced by AfterDrawImagesEvent(), and PreviewControlPointTool(). |
|
|
Definition at line 51 of file PreviewControlPointTool.h. Referenced by AfterDrawImagesEvent(), and MakeTransforms(). |
1.3.9.1