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

Method size

include/tools/pcd_loader.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 ~PcdLoader() {}
27
28 size_t size() const { return num_frames_; }
29
30 typename pcl::PointCloud<T>::ConstPtr cloud(size_t i) const {
31 std::string filename = (boost::format("%s/%06d.bin") % pcd_path_ % i).str();

Callers 15

mainFunction · 0.45
mainFunction · 0.45
callbackNodeFunction · 0.45
cloudMethod · 0.45
ConcentricZoneModelMethod · 0.45
sanity_checkMethod · 0.45
set_initial_gt_countsFunction · 0.45
save_all_accuracyFunction · 0.45
pc2pcdfileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected