![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <FileSystem.h>#include <Logging.h>#include <ProgressReporters.h>#include <cstdio>#include "core/Dtype.h"#include "core/Tensor.h"#include "core/TensorList.h"#include "io/FileFormatIO.h"#include "t/io/PointCloudIO.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 | |
| cloudViewer::io::FileGeometry | cloudViewer::t::io::ReadFileGeometryTypeXYZI (const std::string &path) |
| bool | cloudViewer::t::io::ReadPointCloudFromXYZI (const std::string &filename, geometry::PointCloud &pointcloud, const cloudViewer::io::ReadPointCloudOption ¶ms) |
| bool | cloudViewer::t::io::WritePointCloudToXYZI (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption ¶ms) |