|
Point Cloud Library (PCL)
1.7.2
|
#include <pcl/PCLHeader.h>
Collaboration diagram for pcl::PCLHeader:Public Types | |
| typedef boost::shared_ptr < PCLHeader > | Ptr |
| typedef boost::shared_ptr < PCLHeader const > | ConstPtr |
Public Member Functions | |
| PCLHeader () | |
Public Attributes | |
| pcl::uint32_t | seq |
| Sequence number. More... | |
| pcl::uint64_t | stamp |
| A timestamp associated with the time when the data was acquired. More... | |
| std::string | frame_id |
| Coordinate frame ID. More... | |
Definition at line 16 of file PCLHeader.h.
| typedef boost::shared_ptr<PCLHeader const> pcl::PCLHeader::ConstPtr |
Definition at line 32 of file PCLHeader.h.
| typedef boost::shared_ptr<PCLHeader> pcl::PCLHeader::Ptr |
Definition at line 31 of file PCLHeader.h.
|
inline |
Definition at line 18 of file PCLHeader.h.
| std::string pcl::PCLHeader::frame_id |
| pcl::uint32_t pcl::PCLHeader::seq |
| pcl::uint64_t pcl::PCLHeader::stamp |
A timestamp associated with the time when the data was acquired.
The value represents microseconds since 1970-01-01 00:00:00 (the UNIX epoch).
Definition at line 27 of file PCLHeader.h.
Referenced by pcl::PointCloud< ModelT >::operator+=(), and pcl::operator<<().