ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FileXYZI.cpp File Reference
#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"
Include dependency graph for FileXYZI.cpp:

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 &params)
 
bool cloudViewer::t::io::WritePointCloudToXYZI (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption &params)