ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FileTXT.cpp File Reference
#include <FileSystem.h>
#include <Logging.h>
#include <ProgressReporters.h>
#include <cstdio>
#include "cloudViewer/core/Dtype.h"
#include "cloudViewer/core/Tensor.h"
#include "cloudViewer/io/FileFormatIO.h"
#include "cloudViewer/t/io/PointCloudIO.h"
Include dependency graph for FileTXT.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::ReadFileGeometryTypeTXT (const std::string &path)
 
bool cloudViewer::t::io::ReadPointCloudFromTXT (const std::string &filename, geometry::PointCloud &pointcloud, const cloudViewer::io::ReadPointCloudOption &params)
 
bool cloudViewer::t::io::WritePointCloudToTXT (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption &params)