Apollo 10.0
自动驾驶开放平台
|
#include <pyramid_map_matrix_handler.h>
Public 成员函数 | |
LosslessMapMatrixHandler () | |
~LosslessMapMatrixHandler () | |
virtual size_t | LoadBinary (const unsigned char *buf, std::shared_ptr< BaseMapMatrix > matrix) |
Load the map cell from a binary chunk. | |
virtual size_t | CreateBinary (const std::shared_ptr< BaseMapMatrix > matrix, unsigned char *buf, size_t buf_size) |
Create the binary. | |
virtual size_t | GetBinarySize (const std::shared_ptr< BaseMapMatrix > matrix) |
Get the binary size of the object. | |
![]() | |
BaseMapMatrixHandler () | |
virtual | ~BaseMapMatrixHandler () |
在文件 pyramid_map_matrix_handler.h 第 76 行定义.
apollo::localization::msf::pyramid_map::LosslessMapMatrixHandler::LosslessMapMatrixHandler | ( | ) |
在文件 pyramid_map_matrix_handler.cc 第 435 行定义.
apollo::localization::msf::pyramid_map::LosslessMapMatrixHandler::~LosslessMapMatrixHandler | ( | ) |
在文件 pyramid_map_matrix_handler.cc 第 437 行定义.
|
virtual |
Create the binary.
Serialization of the object.
<buf,buf_size> | The buffer and its size. |
<return> | The required or the used size of is returned. |
实现了 apollo::localization::msf::pyramid_map::BaseMapMatrixHandler.
在文件 pyramid_map_matrix_handler.cc 第 513 行定义.
|
virtual |
Get the binary size of the object.
实现了 apollo::localization::msf::pyramid_map::BaseMapMatrixHandler.
在文件 pyramid_map_matrix_handler.cc 第 600 行定义.
|
virtual |
Load the map cell from a binary chunk.
<return> | The size read (the real size of object). |
实现了 apollo::localization::msf::pyramid_map::BaseMapMatrixHandler.
在文件 pyramid_map_matrix_handler.cc 第 439 行定义.