Open3D (C++ API)  0.17.0
Namespaces | Functions
TriangleMeshIO.cpp File Reference

(9238339 (Tue Mar 14 18:49:09 2023 -0700))

#include "open3d/t/io/TriangleMeshIO.h"
#include <unordered_map>
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"

Namespaces

 open3d
 
 open3d::t
 
 open3d::t::io
 

Functions

std::shared_ptr< geometry::TriangleMesh > open3d::t::io::CreateMeshFromFile (const std::string &filename, bool print_progress)
 
bool open3d::t::io::ReadTriangleMesh (const std::string &filename, geometry::TriangleMesh &mesh, open3d::io::ReadTriangleMeshOptions params)
 
bool open3d::t::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)