|
Open3D (C++ API)
0.19.0
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | open3d |
| namespace | 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) , open3d::io::CONTAINS_GAUSSIAN_SPLATS = (1 << 3) } |