Open3D (C++ API)  0.12.0
Namespaces | Functions
FileOFF.cpp File Reference

(313315d (Wed Dec 23 23:39:47 2020 -0800))

#include <fstream>
#include <vector>
#include "open3d/io/FileFormatIO.h"
#include "open3d/io/TriangleMeshIO.h"
#include "open3d/utility/Console.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, bool enable_post_processing, 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)