38 #ifndef PCL_GRAPH_VOXEL_GRID_GRAPH_BUILDER_H
39 #define PCL_GRAPH_VOXEL_GRID_GRAPH_BUILDER_H
53 template <
typename Po
intT,
typename GraphT>
57 using PCLBase<PointT>::initCompute;
58 using PCLBase<PointT>::deinitCompute;
59 using PCLBase<PointT>::indices_;
60 using PCLBase<PointT>::input_;
75 virtual void compute(GraphT& graph);
80 voxel_resolution_ = resolution;
86 return (voxel_resolution_);
91 float voxel_resolution_;