Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PreviewControlPointTool.h
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
2 
24 #ifndef _PREVIEWCONTROLPOINTTOOL_H
25 #define _PREVIEWCONTROLPOINTTOOL_H
26 
27 #include "Tool.h"
28 #include "GreatCircles.h"
29 #include "base_wx/wxutils.h"
30 
32 
45 {
46 public:
48  void Activate();
49  void AfterDrawImagesEvent();
50 private:
52  void MakeTransforms();
54 };
55 
56 #endif
57 
PreviewControlPointTool(ToolHelper *helper)
void Activate()
Switch on a tool.
HuginBase::PTools::Transform * transforms
ToolHelper * helper
The PreviewToolHelper that uses the same preview window and panorama as the tool should.
Definition: Tool.h:102
void AfterDrawImagesEvent()
Draw (using OpenGL) images above the others.
Draw great circle arcs in the fast preview.
Definition: GreatCircles.h:35
Definition: Tool.h:42
The PreviewCropTool shows lines between the ends of control points in the fast preview.
Declare GreatCircles class.
Holds transformations for Image -> Pano and the other way.