#include <ScanIO.hpp>
Public Member Functions | |
ScanPtr | loadScan (const size_t &scanPosNo, const size_t &scanNo) |
void | saveScan (const size_t &scanPosNo, const size_t &scanNo, const ScanPtr &buffer) |
Protected Member Functions | |
bool | isScan (const std::string &group) |
Protected Attributes | |
ArrayIO< FeatureBase > * | m_arrayIO = static_cast<ArrayIO<FeatureBase>*>(m_featureBase) |
FeatureBase * | m_featureBase = static_cast<FeatureBase*>(this) |
MatrixIO< FeatureBase > * | m_matrixIO = static_cast<MatrixIO<FeatureBase>*>(m_featureBase) |
Static Protected Attributes | |
static constexpr const char * | ID = "ScanIO" |
static constexpr const char * | OBJID = "Scan" |
Definition at line 17 of file descriptions/ScanIO.hpp.
|
protected |
ScanPtr lvr2::ScanIO< FeatureBase >::loadScan | ( | const size_t & | scanPosNo, |
const size_t & | scanNo | ||
) |
void lvr2::ScanIO< FeatureBase >::saveScan | ( | const size_t & | scanPosNo, |
const size_t & | scanNo, | ||
const ScanPtr & | buffer | ||
) |
|
staticconstexprprotected |
Definition at line 35 of file descriptions/ScanIO.hpp.
|
protected |
Definition at line 32 of file descriptions/ScanIO.hpp.
|
protected |
Definition at line 29 of file descriptions/ScanIO.hpp.
|
protected |
Definition at line 33 of file descriptions/ScanIO.hpp.
|
staticconstexprprotected |
Definition at line 36 of file descriptions/ScanIO.hpp.