Point Cloud Library (PCL)
1.10.0
|
42 #include <pcl/io/boost.h>
44 #include <pcl/io/image_metadata_wrapper.h>
60 using Clock = std::chrono::high_resolution_clock;
61 using Timestamp = std::chrono::high_resolution_clock::time_point;
70 fillRaw (
unsigned width,
unsigned height,
unsigned short* ir_buffer,
unsigned line_step = 0)
const;
82 getTimestamp ()
const;
85 getSystemTimestamp ()
const;
99 return (getDataSize() / getHeight());
106 getMetaData ()
const;
Defines all the PCL and non-PCL macros used.
This file defines compatibility wrappers for low level I/O functions.
std::chrono::high_resolution_clock::time_point Timestamp
std::chrono::high_resolution_clock Clock
shared_ptr< FrameWrapper > Ptr
shared_ptr< IRImage > Ptr
FrameWrapper::Ptr wrapper_
shared_ptr< const IRImage > ConstPtr
Class containing just a reference to IR meta data.
boost::shared_ptr< T > shared_ptr
Alias for boost::shared_ptr.