Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes
mrpt::hmtslam::CLocalMetricHypothesis::TRobotPosesPartitioning Struct Reference

Detailed Description

Used by AA thread.

Definition at line 113 of file CLocalMetricHypothesis.h.

#include <mrpt/hmtslam/CLocalMetricHypothesis.h>

Public Member Functions

unsigned int pose2idx (const TPoseID &id) const
 Uses idx2pose to perform inverse searches. More...
 

Public Attributes

synch::CCriticalSection lock
 CS to access the entire struct. More...
 
CIncrementalMapPartitioner partitioner
 
std::map< uint32_t, TPoseIDidx2pose
 For the poses in "partitioner". More...
 

Member Function Documentation

unsigned int mrpt::hmtslam::CLocalMetricHypothesis::TRobotPosesPartitioning::pose2idx ( const TPoseID id) const

Uses idx2pose to perform inverse searches.

Member Data Documentation

std::map<uint32_t,TPoseID> mrpt::hmtslam::CLocalMetricHypothesis::TRobotPosesPartitioning::idx2pose

For the poses in "partitioner".

Definition at line 117 of file CLocalMetricHypothesis.h.

synch::CCriticalSection mrpt::hmtslam::CLocalMetricHypothesis::TRobotPosesPartitioning::lock

CS to access the entire struct.

Definition at line 115 of file CLocalMetricHypothesis.h.

CIncrementalMapPartitioner mrpt::hmtslam::CLocalMetricHypothesis::TRobotPosesPartitioning::partitioner

Definition at line 116 of file CLocalMetricHypothesis.h.




Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014