Pure abstract interface to wrap native frame data types. More...
#include <pcl/io/image_metadata_wrapper.h>
Pure abstract interface to wrap native frame data types.
Definition at line 53 of file image_metadata_wrapper.h.
ConstPtr
Ptr
~FrameWrapper()
virtual pcl::io::FrameWrapper::~FrameWrapper |
( |
|
) |
|
|
virtualdefault |
getData()
virtual const void* pcl::io::FrameWrapper::getData |
( |
|
) |
const |
|
pure virtual |
getDataSize()
virtual unsigned pcl::io::FrameWrapper::getDataSize |
( |
|
) |
const |
|
pure virtual |
getFrameID()
virtual unsigned pcl::io::FrameWrapper::getFrameID |
( |
|
) |
const |
|
pure virtual |
getHeight()
virtual unsigned pcl::io::FrameWrapper::getHeight |
( |
|
) |
const |
|
pure virtual |
getTimestamp()
virtual std::uint64_t pcl::io::FrameWrapper::getTimestamp |
( |
|
) |
const |
|
pure virtual |
getWidth()
virtual unsigned pcl::io::FrameWrapper::getWidth |
( |
|
) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: