Open3D (C++ API)
0.19.0
|
#include <rply.h>
#include <vector>
#include "open3d/core/Dtype.h"
#include "open3d/core/Tensor.h"
#include "open3d/io/FileFormatIO.h"
#include "open3d/t/geometry/TensorMap.h"
#include "open3d/t/io/PointCloudIO.h"
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/ProgressReporters.h"
Namespaces | |
open3d | |
open3d::t | |
open3d::t::io | |
Functions | |
bool | open3d::t::io::ReadPointCloudFromPLY (const std::string &filename, geometry::PointCloud &pointcloud, const open3d::io::ReadPointCloudOption ¶ms) |
bool | open3d::t::io::WritePointCloudToPLY (const std::string &filename, const geometry::PointCloud &pointcloud, const open3d::io::WritePointCloudOption ¶ms) |
int64_t current_size_ |
const void* data_ptr_ |
const core::Dtype dtype_ |
const int group_size_ |
std::vector<std::shared_ptr<AttrState> > id_to_attr_state_ |
std::string name_ |
int offset_ |
utility::CountingProgressReporter* progress_bar_ |
int64_t size_ |
int stride_ |