39 #ifndef VTK_MESH_QUADRIC_DECIMATION_H_
40 #define VTK_MESH_QUADRIC_DECIMATION_H_
42 #include <pcl/surface/processing.h>
43 #include <pcl/surface/vtk_smoothing/vtk.h>
62 setTargetReductionFactor (
float factor)
64 target_reduction_factor_ = factor;
69 getTargetReductionFactor ()
71 return target_reduction_factor_;
79 float target_reduction_factor_;