![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <string>#include "cloudViewer/io/PointCloudIO.h"#include "cloudViewer/t/geometry/PointCloud.h"

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::t | |
| cloudViewer::t::io | |
Functions | |
| std::shared_ptr< geometry::PointCloud > | cloudViewer::t::io::CreatePointCloudFromFile (const std::string &filename, const std::string &format, bool print_progress) |
| bool | cloudViewer::t::io::ReadPointCloud (const std::string &filename, geometry::PointCloud &pointcloud, const cloudViewer::io::ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloud (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption ¶ms) |
| bool | cloudViewer::t::io::ReadPointCloudFromNPZ (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloudToNPZ (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| bool | cloudViewer::t::io::ReadPointCloudFromTXT (const std::string &filename, geometry::PointCloud &pointcloud, const cloudViewer::io::ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloudToTXT (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption ¶ms) |
| bool | cloudViewer::t::io::ReadPointCloudFromPCD (const std::string &filename, t::geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloudToPCD (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms) |
| bool | cloudViewer::t::io::ReadPointCloudFromPLY (const std::string &filename, geometry::PointCloud &pointcloud, const cloudViewer::io::ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloudToPLY (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption ¶ms) |
| bool | cloudViewer::t::io::ReadPointCloudFromSPLAT (const std::string &filename, geometry::PointCloud &pointcloud, const cloudViewer::io::ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloudToSPLAT (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption ¶ms) |
| bool | cloudViewer::t::io::ReadPointCloudFromPTS (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloudToPTS (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms) |