Open3D (C++ API)
|
#include <Open3D/IO/ClassIO/TriangleMeshIO.h>
#include <fstream>
#include <vector>
#include <Open3D/Utility/Console.h>
Namespaces | |
open3d | |
open3d::io | |
Functions | |
bool | open3d::io::ReadTriangleMeshFromSTL (const std::string &filename, geometry::TriangleMesh &mesh) |
bool | open3d::io::WriteTriangleMeshToSTL (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii=false, bool compressed=false) |