ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FileSPLAT.cpp File Reference
#include <FileSystem.h>
#include <Logging.h>
#include <ProgressReporters.h>
#include <tbb/parallel_sort.h>
#include <Eigen/Dense>
#include <cmath>
#include <cstring>
#include <fstream>
#include <vector>
#include "cloudViewer/core/Dtype.h"
#include "cloudViewer/core/Tensor.h"
#include "cloudViewer/t/geometry/TensorMap.h"
#include "cloudViewer/t/io/PointCloudIO.h"
Include dependency graph for FileSPLAT.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

bool cloudViewer::t::io::ReadPointCloudFromSPLAT (const std::string &filename, geometry::PointCloud &pointcloud, const cloudViewer::io::ReadPointCloudOption &params)
 
bool cloudViewer::t::io::WritePointCloudToSPLAT (const std::string &filename, const geometry::PointCloud &pointcloud, const cloudViewer::io::WritePointCloudOption &params)