Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/hugin/PreviewControlPointTool.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00002 00024 #ifndef _PREVIEWCONTROLPOINTTOOL_H 00025 #define _PREVIEWCONTROLPOINTTOOL_H 00026 00027 #include "PreviewTool.h" 00028 #include "GreatCircles.h" 00029 #include "hugin_utils/utils.h" 00030 00031 #include <panotools/PanoToolsInterface.h> 00032 00044 class PreviewControlPointTool : public PreviewTool 00045 { 00046 public: 00047 PreviewControlPointTool(PreviewToolHelper *helper); 00048 void Activate(); 00049 void AfterDrawImagesEvent(); 00050 private: 00051 HuginBase::PTools::Transform *transforms; 00052 void MakeTransforms(); 00053 GreatCircles m_greatCircles; 00054 }; 00055 00056 #endif 00057
1.3.9.1