Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OptimizerSwitches.h
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
9 /* This is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public
11  * License as published by the Free Software Foundation; either
12  * version 2 of the License, or (at your option) any later version.
13  *
14  * This software is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public
20  * License along with this software. If not, see
21  * <http://www.gnu.org/licenses/>.
22  *
23  */
24 
25 #ifndef _OPTSWITCHES_H
26 #define _OPTSWITCHES_H
27 
28 namespace HuginBase {
29 
32 {
33  OPT_PAIR=0x0001,
34  OPT_POSITION=0x0002,
35  OPT_VIEW=0x0004,
36  OPT_BARREL=0x0008,
37  OPT_ALL=0x0010,
39  OPT_EXPOSURE=0x0001,
43  OPT_RESPONSE=0x0010
44 };
45 
46 } // namespace
47 #endif // _OPTSWITCHES_H
OptimizerSwitches
defines all optimizer switches, they can be combined with OR