#include <PointCloudIO.h>
Static Public Member Functions | |
| 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) |
Static Private Member Functions | |
| template<typename PointIt > | |
| static void | WriteHeader (std::ostream &out, PointIt begin, PointIt end) |
Definition at line 18 of file PointCloudIO.h.
|
inlinestatic |
Definition at line 22 of file PointCloudIO.h.
References WriteHeader().
Referenced by SaveToDisk().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 31 of file PointCloudIO.h.
References Dump(), and carla::FileSystem::ValidateFilePath().
Here is the call graph for this function:
|
inlinestaticprivate |
Definition at line 39 of file PointCloudIO.h.
References DEBUG_ASSERT.
Referenced by Dump().
Here is the caller graph for this function:
1.8.13