| 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(); |
no outgoing calls
no test coverage detected