![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <FileSystem.h>#include <Logging.h>#include <ProgressReporters.h>#include <rply.h>#include <vector>#include "cloudViewer/core/Dtype.h"#include "cloudViewer/core/Tensor.h"#include "cloudViewer/io/FileFormatIO.h"#include "cloudViewer/t/geometry/TensorMap.h"#include "cloudViewer/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 | |
| 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) |
| int64_t current_size_ |
Definition at line 38 of file FilePLY.cpp.
| const void* data_ptr_ |
Definition at line 34 of file FilePLY.cpp.
| const core::Dtype dtype_ |
Definition at line 349 of file FilePLY.cpp.
| const int group_size_ |
Definition at line 351 of file FilePLY.cpp.
| std::vector<std::shared_ptr<AttrState> > id_to_attr_state_ |
Definition at line 41 of file FilePLY.cpp.
| std::string name_ |
Definition at line 33 of file FilePLY.cpp.
Referenced by colmap::Image::Name(), colmap::Image::SetName(), and cloudViewer::core::Dtype::ToString().
| int offset_ |
| utility::CountingProgressReporter* progress_bar_ |
Definition at line 42 of file FilePLY.cpp.
Referenced by cloudViewer::utility::ConsoleProgressUpdater::operator()().
| int64_t size_ |
Definition at line 37 of file FilePLY.cpp.
Referenced by cloudViewer::visualization::gui::Layout1D::Fixed::CalcPreferredSize(), knncpp::QueryHeap< Scalar >::clear(), colmap::PositiveExponentialParameterization::ComputeJacobian(), knncpp::QueryHeap< Scalar >::empty(), knncpp::QueryHeap< Scalar >::full(), knncpp::QueryHeap< Scalar >::pop(), knncpp::QueryHeap< Scalar >::push(), cloudViewer::benchmarks::TestKDTreeLine0::search(), knncpp::QueryHeap< Scalar >::size(), and knncpp::QueryHeap< Scalar >::sort().
| int stride_ |
Definition at line 35 of file FilePLY.cpp.