| Public Member Functions | |
| void | Callback (pcl::PointCloud< pcl::PointXYZ >::ConstPtr const &cloud) | 
| Recorder (std::string const &filename, std::string const &title) | |
| int | Run () | 
| Private Attributes | |
| bpt::ptime | cltr_start_ | 
| tide::FileCluster::Ptr | cluster_ | 
| unsigned int | count_ | 
| std::string | filename_ | 
| double | last_ | 
| bpt::ptime | seg_start_ | 
| std::fstream | stream_ | 
| std::string | title_ | 
Definition at line 59 of file pcl_video.cpp.
| Recorder::Recorder | ( | std::string const & | filename, | 
| std::string const & | title | ||
| ) |  [inline] | 
Definition at line 62 of file pcl_video.cpp.
| void Recorder::Callback | ( | pcl::PointCloud< pcl::PointXYZ >::ConstPtr const & | cloud | ) |  [inline] | 
Definition at line 69 of file pcl_video.cpp.
| int Recorder::Run | ( | ) |  [inline] | 
Definition at line 115 of file pcl_video.cpp.
| bpt::ptime Recorder::cltr_start_  [private] | 
Definition at line 229 of file pcl_video.cpp.
| tide::FileCluster::Ptr Recorder::cluster_  [private] | 
Definition at line 227 of file pcl_video.cpp.
| unsigned int Recorder::count_  [private] | 
Definition at line 230 of file pcl_video.cpp.
| std::string Recorder::filename_  [private] | 
Definition at line 224 of file pcl_video.cpp.
| double Recorder::last_  [private] | 
Definition at line 231 of file pcl_video.cpp.
| bpt::ptime Recorder::seg_start_  [private] | 
Definition at line 228 of file pcl_video.cpp.
| std::fstream Recorder::stream_  [private] | 
Definition at line 226 of file pcl_video.cpp.
| std::string Recorder::title_  [private] | 
Definition at line 225 of file pcl_video.cpp.