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_;
73 : voxel_resolution_(voxel_resolution)
78 compute(GraphT& graph);
83 voxel_resolution_ = resolution;
89 return (voxel_resolution_);
95 float voxel_resolution_;