Hdf5IO Feature for handling PointBuffer related IO. More...
#include <PointCloudIO.hpp>
Public Member Functions | |
PointBufferPtr | load (HighFive::Group &group) |
PointBufferPtr | load (std::string name) |
PointBufferPtr | loadPointCloud (std::string name) |
void | save (HighFive::Group &group, const PointBufferPtr &buffer) |
void | save (std::string name, const PointBufferPtr &buffer) |
Protected Member Functions | |
bool | isPointCloud (HighFive::Group &group) |
Protected Attributes | |
Derived * | m_file_access = static_cast<Derived*>(this) |
VariantChannelIO< Derived > * | m_vchannel_io = static_cast<VariantChannelIO<Derived>*>(m_file_access) |
Static Protected Attributes | |
static constexpr const char * | ID = "PointCloudIO" |
static constexpr const char * | OBJID = "PointBuffer" |
Hdf5IO Feature for handling PointBuffer related IO.
This Feature of the Hdf5IO handles the IO of a PointBuffer object.
Example:
Generates attributes at hdf5 group:
Dependencies:
Definition at line 47 of file hdf5/PointCloudIO.hpp.
|
protected |
PointBufferPtr lvr2::hdf5features::PointCloudIO< Derived >::load | ( | HighFive::Group & | group | ) |
PointBufferPtr lvr2::hdf5features::PointCloudIO< Derived >::load | ( | std::string | name | ) |
PointBufferPtr lvr2::hdf5features::PointCloudIO< Derived >::loadPointCloud | ( | std::string | name | ) |
void lvr2::hdf5features::PointCloudIO< Derived >::save | ( | HighFive::Group & | group, |
const PointBufferPtr & | buffer | ||
) |
void lvr2::hdf5features::PointCloudIO< Derived >::save | ( | std::string | name, |
const PointBufferPtr & | buffer | ||
) |
|
staticconstexprprotected |
Definition at line 64 of file hdf5/PointCloudIO.hpp.
|
protected |
Definition at line 60 of file hdf5/PointCloudIO.hpp.
|
protected |
Definition at line 62 of file hdf5/PointCloudIO.hpp.
|
staticconstexprprotected |
Definition at line 65 of file hdf5/PointCloudIO.hpp.