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

Method clear

include/patchwork/patchwork.hpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 pcl::PointCloud<PointT> non_ground_;
121
122 void clear() {
123 if (!cloud_.empty()) cloud_.clear();
124 if (!ground_.empty()) ground_.clear();
125 if (!non_ground_.empty()) non_ground_.clear();
126 }
127};
128
129template <typename PointT>

Callers 9

PointT2XYZIFunction · 0.45
discern_groundFunction · 0.45
initializeMethod · 0.45
flush_patchesMethod · 0.45
estimate_groundMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected