#include <hugin_shared.h>#include <string>#include <iostream>#include <vector>#include <set>#include <map>#include <hugin_utils/stl_utils.h>Include dependency graph for PanoramaVariable.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | HuginBase |
Classes | |
| class | HuginBase::Variable |
| a variable has a value and a name. More... | |
| class | HuginBase::LinkedVariable |
| class | HuginBase::LensVariable |
| A lens variable can be linked. More... | |
| struct | HuginBase::PrintVar |
| functor to print a variable. More... | |
Typedefs | |
| typedef std::map< std::string, Variable > | VariableMap |
| typedef std::vector< VariableMap > | VariableMapVector |
| typedef std::map< std::string, LensVariable > | LensVarMap |
| typedef std::vector< std::set< std::string > > | OptimizeVector |
!! from PanoramaMemento.h 1970
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file PanoramaVariable.h.
|
|
Definition at line 187 of file PanoramaVariable.h. |
|
|
|
1.3.9.1