40 #ifndef PCL_SURFACE_RECONSTRUCTION_H_
41 #define PCL_SURFACE_RECONSTRUCTION_H_
47 #include <boost/bind.hpp>
48 #include <boost/function.hpp>
61 template <
typename Po
intInT>
97 getClassName ()
const {
return (
""); }
113 template <
typename Po
intInT>
145 std::vector<pcl::Vertices> &polygons);
164 std::vector<pcl::Vertices> &polygons) = 0;
179 template <
typename Po
intInT>
214 reconstruct (std::vector<pcl::Vertices> &polygons);
231 performReconstruction (std::vector<pcl::Vertices> &polygons) = 0;
237 #endif // PCL_SURFACE_RECONSTRUCTION_H_