Apollo 10.0
自动驾驶开放平台
|
The cache to load map images. 更多...
#include <visualization_engine.h>
Public 类型 | |
typedef std::list< std::pair< MapImageKey, cv::Mat > >::iterator | ListIterator |
Public 成员函数 | |
MapImageCache (int capacity) | |
bool | Get (const MapImageKey &key, cv::Mat *image) |
void | Set (const MapImageKey &key, const cv::Mat &image) |
The cache to load map images.
在文件 visualization_engine.h 第 144 行定义.
typedef std::list<std::pair<MapImageKey,cv::Mat>>::iterator apollo::localization::msf::MapImageCache::ListIterator |
在文件 visualization_engine.h 第 146 行定义.
|
inlineexplicit |
在文件 visualization_engine.h 第 149 行定义.
bool apollo::localization::msf::MapImageCache::Get | ( | const MapImageKey & | key, |
cv::Mat * | image | ||
) |
在文件 visualization_engine.cc 第 51 行定义.
void apollo::localization::msf::MapImageCache::Set | ( | const MapImageKey & | key, |
const cv::Mat & | image | ||
) |
在文件 visualization_engine.cc 第 62 行定义.