![]() |
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 cloudViewer::core::Dtype::ToString().
| int offset_ |
Definition at line 36 of file FilePLY.cpp.
Referenced by e57::BitpackIntegerEncoder< RegisterT >::dump(), e57::BitpackIntegerDecoder< RegisterT >::dump(), flann::mpi::Index< Distance >::Index(), e57::BitpackIntegerDecoder< RegisterT >::inputProcessAligned(), flann::mpi::Index< Distance >::knnSearch(), e57::BitpackIntegerEncoder< RegisterT >::processRecords(), flann::mpi::Index< Distance >::radiusSearch(), flann::serialization::SaveArchive::save(), and flann::serialization::SaveArchive::save_binary().
| 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(), flann::IntervalHeap< T >::clear(), knncpp::QueryHeap< Scalar >::clear(), flann::IntervalHeap< T >::empty(), knncpp::QueryHeap< Scalar >::empty(), knncpp::QueryHeap< Scalar >::full(), flann::IntervalHeap< T >::getMax(), flann::IntervalHeap< T >::getMin(), flann::mpi::Index< Distance >::Index(), flann::UniqueRandom::init(), flann::IntervalHeap< T >::insert(), flann::IntervalHeap< T >::IntervalHeap(), flann::UniqueRandom::next(), knncpp::QueryHeap< Scalar >::pop(), flann::IntervalHeap< T >::popMax(), flann::IntervalHeap< T >::popMin(), knncpp::QueryHeap< Scalar >::push(), flann::serialization::SizeArchive::reset(), flann::serialization::SizeArchive::save(), flann::serialization::SizeArchive::save_binary(), cloudViewer::benchmarks::TestKDTreeLine0::search(), flann::IntervalHeap< T >::size(), flann::serialization::SizeArchive::size(), flann::mpi::Index< Distance >::size(), knncpp::QueryHeap< Scalar >::size(), flann::serialization::SizeArchive::SizeArchive(), and knncpp::QueryHeap< Scalar >::sort().
| int stride_ |
Definition at line 35 of file FilePLY.cpp.