Open3D (C++ API)  0.18.0+252c867
Namespaces | Functions
FileOFF.cpp File Reference

(252c867 (Sun May 5 05:39:34 2024 +0000))

#include <fstream>
#include <vector>
#include "open3d/io/FileFormatIO.h"
#include "open3d/io/TriangleMeshIO.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/ProgressBar.h"
#include "open3d/utility/ProgressReporters.h"

Namespaces

 open3d
 
 open3d::io
 

Functions

FileGeometry open3d::io::ReadFileGeometryTypeOFF (const std::string &path)
 
bool open3d::io::ReadTriangleMeshFromOFF (const std::string &filename, geometry::TriangleMesh &mesh, const ReadTriangleMeshOptions &params)
 
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)