![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <string>

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::io | |
Enumerations | |
| enum | cloudViewer::io::FileGeometry { cloudViewer::io::CONTENTS_UNKNOWN = 0 , cloudViewer::io::CONTAINS_POINTS = (1 << 0) , cloudViewer::io::CONTAINS_LINES = (1 << 1) , cloudViewer::io::CONTAINS_TRIANGLES = (1 << 2) } |
Functions | |
| FileGeometry | cloudViewer::io::ReadFileGeometryType (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeGLTF (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeOBJ (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeFBX (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeOFF (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypePCD (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypePLY (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypePTS (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeSTL (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeXYZ (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeXYZN (const std::string &path) |
| FileGeometry | cloudViewer::io::ReadFileGeometryTypeXYZRGB (const std::string &path) |