added public iterator typedefs to VSLAMConfig to make it easier for other code to consume the optimization results.
parent
1ec93f05cd
commit
91370a9d7a
|
@ -31,6 +31,8 @@ class VSLAMConfig : Testable<VSLAMConfig> {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
typedef std::map<std::string, Vector>::const_iterator const_iterator;
|
typedef std::map<std::string, Vector>::const_iterator const_iterator;
|
||||||
|
typedef PoseMap::const_iterator const_Pose_iterator;
|
||||||
|
typedef PointMap::const_iterator const_Point_iterator;
|
||||||
/**
|
/**
|
||||||
* default constructor
|
* default constructor
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue