Open3D (C++ API)  0.18.0+5c982c7
Namespaces | Enumerations | Functions
FileFormatIO.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

#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)