|
| std::shared_ptr< ccPointCloud > | cloudViewer::io::CreatePointCloudFromFile (const std::string &filename, const std::string &format, bool print_progress) |
| |
| std::shared_ptr< ccPointCloud > | cloudViewer::io::CreatePointCloudFromMemory (const unsigned char *buffer, const size_t length, const std::string &format, bool print_progress) |
| |
| bool | cloudViewer::io::ReadPointCloud (const std::string &filename, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloud (const unsigned char *buffer, const size_t length, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloud (const std::string &filename, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloud (unsigned char *&buffer, size_t &length, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloudFromXYZ (const std::string &filename, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloudInMemoryFromXYZ (const unsigned char *buffer, const size_t length, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloudToXYZ (const std::string &filename, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloudInMemoryToXYZ (unsigned char *&buffer, size_t &length, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloudFromXYZN (const std::string &filename, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloudToXYZN (const std::string &filename, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloudFromXYZRGB (const std::string &filename, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloudToXYZRGB (const std::string &filename, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloudFromPLY (const std::string &filename, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloudToPLY (const std::string &filename, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloudFromPCD (const std::string &filename, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloudToPCD (const std::string &filename, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::ReadPointCloudFromPTS (const std::string &filename, ccPointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| |
| bool | cloudViewer::io::WritePointCloudToPTS (const std::string &filename, const ccPointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| |