![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <string>#include "cloudViewer/io/TriangleMeshIO.h"#include "cloudViewer/t/geometry/TriangleMesh.h"

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::t | |
| cloudViewer::t::io | |
Functions | |
| std::shared_ptr< geometry::TriangleMesh > | cloudViewer::t::io::CreateMeshFromFile (const std::string &filename, bool print_progress) |
| bool | cloudViewer::t::io::ReadTriangleMesh (const std::string &filename, geometry::TriangleMesh &mesh, cloudViewer::io::ReadTriangleMeshOptions params) |
| bool | cloudViewer::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) |
| bool | cloudViewer::t::io::ReadTriangleMeshUsingASSIMP (const std::string &filename, geometry::TriangleMesh &mesh, const cloudViewer::io::ReadTriangleMeshOptions ¶ms) |
| bool | cloudViewer::t::io::ReadTriangleMeshFromNPZ (const std::string &filename, geometry::TriangleMesh &mesh, const cloudViewer::io::ReadTriangleMeshOptions ¶ms) |
| bool | cloudViewer::t::io::WriteTriangleMeshUsingASSIMP (const std::string &filename, const geometry::TriangleMesh &mesh, const bool write_ascii, const bool compressed, const bool write_vertex_normals, const bool write_vertex_colors, const bool write_triangle_uvs, const bool print_progress) |
| bool | cloudViewer::t::io::WriteTriangleMeshToNPZ (const std::string &filename, const geometry::TriangleMesh &mesh, const bool write_ascii, const bool compressed, const bool write_vertex_normals, const bool write_vertex_colors, const bool write_triangle_uvs, const bool print_progress) |