Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
obj_io.h File Reference
#include <pcl/pcl_macros.h>
#include <pcl/TextureMesh.h>
Include dependency graph for obj_io.h:

Go to the source code of this file.

Namespaces

namespace  pcl
namespace  pcl::io

Functions

PCL_EXPORTS int pcl::io::saveOBJFile (const std::string &file_name, const pcl::TextureMesh &tex_mesh, unsigned precision=5)
 Saves a TextureMesh in ascii OBJ format.
PCL_EXPORTS int pcl::io::saveOBJFile (const std::string &file_name, const pcl::PolygonMesh &mesh, unsigned precision=5)
 Saves a PolygonMesh in ascii PLY format.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines