#include <PointCloudIO.h>
静态 Public 成员函数 | |
template<typename PointIt > | |
static void | Dump (std::ostream &out, PointIt begin, PointIt end) |
template<typename PointIt > | |
static std::string | SaveToDisk (std::string path, PointIt begin, PointIt end) |
静态 Private 成员函数 | |
template<typename PointIt > | |
static void | WriteHeader (std::ostream &out, PointIt begin, PointIt end) |
在文件 PointCloudIO.h 第 23 行定义.
|
inlinestatic |
在文件 PointCloudIO.h 第 29 行定义.
引用了 begin(), end() , 以及 WriteHeader().
被这些函数引用 SaveToDisk().
|
inlinestatic |
在文件 PointCloudIO.h 第 40 行定义.
引用了 begin(), Dump(), end() , 以及 carla::FileSystem::ValidateFilePath().
|
inlinestaticprivate |
在文件 PointCloudIO.h 第 52 行定义.
引用了 begin(), DEBUG_ASSERT , 以及 end().
被这些函数引用 Dump().