Inshaping: include/FileIO.h Source File

Inshaping

Inshaping  0.1
FileIO.h
Go to the documentation of this file.
1 #pragma once
2 #include<fstream>
3 #include<string>
4 #include<Common.h>
5 #include<Normal.h>
6 
7 namespace Inshape
8 {
11  bool readPly(const std::string & filename, pcl::PointCloud<pcl::PointXYZ>& cloud);
12 
13  bool savePly(const std::string& filename, pcl::PointCloud<pcl::PointXYZ>& cloud);
14 
15  bool savePolygonMesh(std::string filename, pcl::PolygonMesh & mesh);
16 
18 }
bool savePly(const std::string &filename, pcl::PointCloud< pcl::PointXYZ > &cloud)
bool savePolygonMesh(std::string filename, pcl::PolygonMesh &mesh)
Definition: AfterProcess.h:9
bool readPly(const std::string &filename, pcl::PointCloud< pcl::PointXYZ > &cloud)
Generated by   doxygen 1.8.14