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

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

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

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, ReadTriangleMeshOptions params)
 
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::IsPointInsidePolygon (const Eigen::MatrixX2d &polygon, double x, double y)
 
bool open3d::io::AddTrianglesByEarClipping (geometry::TriangleMesh &mesh, std::vector< unsigned int > &indices)