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 print_progress)
 
bool open3d::io::ReadTriangleMesh (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress)
 
bool open3d::io::WriteTriangleMesh (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
 
bool open3d::io::ReadTriangleMeshFromPLY (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress)
 
bool open3d::io::WriteTriangleMeshToPLY (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
 
bool open3d::io::ReadTriangleMeshFromSTL (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress)
 
bool open3d::io::WriteTriangleMeshToSTL (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
 
bool open3d::io::ReadTriangleMeshFromOBJ (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress)
 
bool open3d::io::WriteTriangleMeshToOBJ (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
 
bool open3d::io::ReadTriangleMeshFromOFF (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress)
 
bool open3d::io::WriteTriangleMeshToOFF (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
 
bool open3d::io::ReadTriangleMeshFromGLTF (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress)
 
bool open3d::io::WriteTriangleMeshToGLTF (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
 
bool open3d::io::AddTrianglesByEarClipping (geometry::TriangleMesh &mesh, std::vector< unsigned int > &indices)