MCPcopy Create free account
hub / github.com/LimHyungTae/patchwork / flush_patches

Method flush_patches

include/patchwork/patchwork.hpp:385–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384template <typename PointT>
385inline void PatchWork<PointT>::flush_patches(RegionwisePatches &patches) {
386 int num_rows = patches.size();
387 for (int j = 0; j < num_rows; j++) {
388 int num_columns = patches[j].size();
389 for (int i = 0; i < num_columns; i++) {
390 patches[j][i].clear();
391 }
392 }
393}
394
395template <typename PointT>
396inline void PatchWork<PointT>::estimate_plane_(const pcl::PointCloud<PointT> &ground,

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected