Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Member Functions | Private Attributes | List of all members
iCPApp Class Reference

#include <icpfind.h>

Inheritance diagram for iCPApp:
Inheritance graph

Private Member Functions

virtual int OnRun ()
 the main procedure of iCPApp More...
 
virtual void OnInitCmdLine (wxCmdLineParser &parser)
 set the parameters for the command line parser More...
 
virtual bool OnCmdLineParsed (wxCmdLineParser &parser)
 processes the command line parameters More...
 
void ReadDetectorConfig ()
 read the CPDetectorConfig from file/registry More...
 

Private Attributes

long m_setting
 
long m_matches
 
wxString m_input
 
wxString m_output
 
CPDetectorSetting m_cpsetting
 
HuginBase::Panorama pano
 

Detailed Description

Definition at line 19 of file icpfind.h.

Member Function Documentation

bool iCPApp::OnCmdLineParsed ( wxCmdLineParser &  parser)
privatevirtual

processes the command line parameters

Definition at line 82 of file icpfind.cpp.

References m_input, m_matches, m_output, and m_setting.

void iCPApp::OnInitCmdLine ( wxCmdLineParser &  parser)
privatevirtual

set the parameters for the command line parser

Definition at line 73 of file icpfind.cpp.

int iCPApp::OnRun ( )
privatevirtual
void iCPApp::ReadDetectorConfig ( )
private

Member Data Documentation

CPDetectorSetting iCPApp::m_cpsetting
private

Definition at line 36 of file icpfind.h.

Referenced by OnRun(), and ReadDetectorConfig().

wxString iCPApp::m_input
private

Definition at line 34 of file icpfind.h.

Referenced by OnCmdLineParsed(), and OnRun().

long iCPApp::m_matches
private

Definition at line 33 of file icpfind.h.

Referenced by OnCmdLineParsed(), OnRun(), and ReadDetectorConfig().

wxString iCPApp::m_output
private

Definition at line 35 of file icpfind.h.

Referenced by OnCmdLineParsed(), and OnRun().

long iCPApp::m_setting
private

Definition at line 32 of file icpfind.h.

Referenced by OnCmdLineParsed(), and ReadDetectorConfig().

HuginBase::Panorama iCPApp::pano
private

Definition at line 37 of file icpfind.h.

Referenced by OnRun().


The documentation for this class was generated from the following files: