Open3D (C++ API)
|
#include <Open3D/IO/ClassIO/PointCloudIO.h>
#include <cstdio>
#include <sstream>
#include <cstdint>
#include <liblzf/lzf.h>
#include <Open3D/Utility/Console.h>
#include <Open3D/Utility/Helper.h>
Namespaces | |
open3d | |
open3d::io | |
Enumerations | |
enum | open3d::@74::PCDDataType |
Functions | |
bool | open3d::io::ReadPointCloudFromPCD (const std::string &filename, geometry::PointCloud &pointcloud) |
bool | open3d::io::WritePointCloudToPCD (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |
enum open3d::@74::PCDDataType |
int count |
int count_offset |
PCDDataType datatype |
int elementnum |
std::vector<PCLPointField> fields |
bool has_colors |
bool has_normals |
bool has_points |
int height |
std::string name |
int offset |
int points |
int pointsize |
int size |
char type |
std::string version |
std::string viewpoint |
int width |