40 #ifndef PCL_MESH_PROCESSING_H_
41 #define PCL_MESH_PROCESSING_H_
43 #include <pcl/pcl_base.h>
44 #include <pcl/point_cloud.h>
45 #include <pcl/PolygonMesh.h>
56 template <
typename Po
intInT,
typename Po
intOutT>
60 typedef boost::shared_ptr<CloudSurfaceProcessing<PointInT, PointOutT> >
Ptr;
61 typedef boost::shared_ptr<const CloudSurfaceProcessing<PointInT, PointOutT> >
ConstPtr;
97 typedef boost::shared_ptr<MeshProcessing>
Ptr;
98 typedef boost::shared_ptr<const MeshProcessing>
ConstPtr;
113 { input_mesh_ = input; }
119 getInputMesh ()
const
120 {
return input_mesh_; }
143 getClassName ()
const
151 #include "pcl/surface/impl/processing.hpp"