Open3D (C++ API)
Namespaces | Functions
TriangleMeshIO.h File Reference
#include <string>
#include <Open3D/Geometry/TriangleMesh.h>

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::io
 

Functions

std::shared_ptr< geometry::TriangleMesh > open3d::io::CreateMeshFromFile (const std::string &filename)
 
bool open3d::io::ReadTriangleMesh (const std::string &filename, geometry::TriangleMesh &mesh)
 
bool open3d::io::WriteTriangleMesh (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed)
 
bool open3d::io::ReadTriangleMeshFromPLY (const std::string &filename, geometry::TriangleMesh &mesh)
 
bool open3d::io::WriteTriangleMeshToPLY (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii=false, bool compressed=false)
 
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)