Open3D (C++ API)
0.12.0
|
#include <string>
Go to the source code of this file.
Namespaces | |
open3d | |
open3d::io | |
Enumerations | |
enum | open3d::io::FileGeometry { open3d::io::CONTENTS_UNKNOWN = 0, open3d::io::CONTAINS_POINTS = (1 << 0), open3d::io::CONTAINS_LINES = (1 << 1), open3d::io::CONTAINS_TRIANGLES = (1 << 2) } |
Functions | |
FileGeometry | open3d::io::ReadFileGeometryType (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeGLTF (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeOBJ (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeFBX (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeOFF (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypePCD (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypePLY (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypePTS (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeSTL (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeXYZ (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeXYZN (const std::string &path) |
FileGeometry | open3d::io::ReadFileGeometryTypeXYZRGB (const std::string &path) |