Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
CPDetectorConfig Class Reference
class for storing settings of different control point generators More...
#include <CPDetectorConfig.h>
Public Member Functions | |
| CPDetectorConfig () | |
| constructor | |
| virtual | ~CPDetectorConfig () |
| destructor | |
| void | Read (wxConfigBase *config=wxConfigBase::Get()) |
| read the settings of different cp generators from config | |
| void | Write (wxConfigBase *config=wxConfigBase::Get()) |
| writes the settings of different cp generators to config | |
| void | ResetToDefault () |
| reset values to default | |
| void | FillControl (wxControlWithItems *control, bool select_default=false, bool show_default=false) |
| fills a wxControlWithItems with the available generators | |
| unsigned int | GetCount () |
| return counts of cp detector settings | |
| void | Swap (int index) |
| swaps setting which index and index+1 | |
| unsigned int | GetDefaultGenerator () |
| return index of default generator (this one is used for assistent) | |
| void | SetDefaultGenerator (unsigned int new_default_generator) |
| sets new default generator, which is used by assistent | |
Public Attributes | |
| ArraySettings | settings |
| array which stores the different autopano settings | |
Detailed Description
class for storing settings of different control point generators
Constructor & Destructor Documentation
|
|
constructor
|
|
|
destructor
|
Member Function Documentation
|
||||||||||||||||
|
fills a wxControlWithItems with the available generators
|
|
|
return counts of cp detector settings
|
|
|
return index of default generator (this one is used for assistent)
|
|
|
read the settings of different cp generators from config
|
|
|
reset values to default
|
|
|
sets new default generator, which is used by assistent
|
|
|
swaps setting which index and index+1
|
|
|
writes the settings of different cp generators to config
|
Member Data Documentation
|
|
array which stores the different autopano settings
|
The documentation for this class was generated from the following files:
- hugin1/hugin/CPDetectorConfig.h
- hugin1/hugin/CPDetectorConfig.cpp
1.3.9.1