icpfind.h

Go to the documentation of this file.
00001 // -*- c-basic-offset: 4 -*-
00002 
00011 #include "panoinc_WX.h"
00012 #include <wx/cmdline.h>
00013 #include "CPDetectorConfig.h"
00014 #include <set>
00015 
00016 class iCPApp : public wxAppConsole
00017 {
00019     virtual int OnRun();
00021     virtual void OnInitCmdLine(wxCmdLineParser &parser);
00023     virtual bool OnCmdLineParsed(wxCmdLineParser &parser);
00024 private:
00026     void ReadDetectorConfig();
00027 
00028     long m_setting;
00029     long m_matches;
00030     wxString m_input;
00031     wxString m_output;
00032     CPDetectorSetting m_cpsetting;
00033     PT::Panorama pano;
00034 };
00035 
00036 DECLARE_APP(iCPApp)

Generated on Fri May 24 01:25:36 2013 for Hugintrunk by  doxygen 1.3.9.1