38 #ifndef PCL_SURFACE_POISSON_H_
39 #define PCL_SURFACE_POISSON_H_
42 #include <pcl/surface/poisson/geometry.h>
54 template<
typename Po
intNT>
84 std::vector<pcl::Vertices> &polygons);
206 getClassName ()
const {
return (
"Poisson"); }
209 bool no_reset_samples_;
213 bool output_polygons_;
222 float samples_per_node_;
225 template<
int Degree>
void
226 execute (poisson::CoredMeshData &mesh,
227 poisson::Point3D<float> &translate,
231 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
235 #endif // PCL_SURFACE_POISSON_H_