Defines the core optimizer class for 2D graphs which is a subclass of TreePoseGraph2. More...
Go to the source code of this file.
Classes | |
struct | AISNavigation::ParameterPropagator |
A class (struct) to compute the parameterization of the vertex v. More... | |
Namespaces | |
namespace | AISNavigation |
Defines | |
#define | DEBUG(i) if (verboseLevel>i) cerr |
Typedefs | |
typedef unsigned int | uint |
Defines the core optimizer class for 2D graphs which is a subclass of TreePoseGraph2.
Definition in file treeoptimizer2.cpp.
#define DEBUG | ( | i | ) | if (verboseLevel>i) cerr |
Definition at line 54 of file treeoptimizer2.cpp.
typedef unsigned int uint |
Definition at line 49 of file treeoptimizer2.cpp.