Open3D (C++ API)
Namespaces | Functions
FileSTL.cpp File Reference
#include <fstream>
#include <vector>
#include "Open3D/IO/ClassIO/FileFormatIO.h"
#include "Open3D/IO/ClassIO/TriangleMeshIO.h"
#include "Open3D/Utility/Console.h"
#include "Open3D/Utility/FileSystem.h"

Namespaces

 open3d
 
 open3d::io
 

Functions

FileGeometry open3d::io::ReadFileGeometryTypeSTL (const std::string &path)
 
bool open3d::io::ReadTriangleMeshFromSTL (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress)
 
bool open3d::io::WriteTriangleMeshToSTL (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)