Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations | Functions
CPDetectorConfig.h File Reference

declaration of CPDetectorSetting and CPDetectorConfig classes, which are for storing and changing settings of different autopano generator More...

#include <hugin_shared.h>
#include "panoinc.h"
#include "panoinc_WX.h"
#include <wx/dynarray.h>
Include dependency graph for CPDetectorConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPDetectorSetting
 class, which stores all settings of one cp detector More...
 
class  CPDetectorConfig
 class for storing settings of different control point generators More...
 

Enumerations

enum  CPDetectorType {
  CPDetector_AutoPano =0, CPDetector_AutoPanoSift =1, CPDetector_AutoPanoSiftStack =2, CPDetector_AutoPanoSiftMultiRow =3,
  CPDetector_AutoPanoSiftMultiRowStack =4, CPDetector_AutoPanoSiftPreAlign =5
}
 

Functions

 WX_DECLARE_OBJARRAY (CPDetectorSetting, ArraySettings)
 

Detailed Description

declaration of CPDetectorSetting and CPDetectorConfig classes, which are for storing and changing settings of different autopano generator

Author
Thomas Modes

Definition in file CPDetectorConfig.h.

Enumeration Type Documentation

Enumerator
CPDetector_AutoPano 
CPDetector_AutoPanoSift 
CPDetector_AutoPanoSiftStack 
CPDetector_AutoPanoSiftMultiRow 
CPDetector_AutoPanoSiftMultiRowStack 
CPDetector_AutoPanoSiftPreAlign 

Definition at line 36 of file CPDetectorConfig.h.

Function Documentation

WX_DECLARE_OBJARRAY ( CPDetectorSetting  ,
ArraySettings   
)