#include <pcl/PolygonMesh.h>#include <string>#include <vector>#include <ostream>#include "ros/serialization.h"#include "ros/builtin_message_traits.h"#include "ros/message_operations.h"#include "ros/message.h"#include "ros/time.h"#include "std_msgs/Header.h"#include "sensor_msgs/PointCloud2.h"

Go to the source code of this file.
Namespaces | |
| namespace | pcl |
| namespace | pcl::io |
Functions | |
| int | pcl::io::saveVTKFile (const std::string &file_name, const pcl::PolygonMesh &triangles, unsigned precision=5) |
| Saves a PolygonMesh in ascii VTK format. | |