#include <pcl/outofcore/metadata.h>
|
virtual void | writeMetadataString (std::vector< char > &buf)=0 |
| Constructs the metadata ascii which can be written to disk or piped to stdout. More...
|
|
|
std::ostream & | operator<< (std::ostream &os, const OutofcoreAbstractMetadata &metadata_arg) |
| Should write the same ascii metadata that is saved on disk, or a human readable format of the metadata in case a binary format is being used. More...
|
|
Definition at line 58 of file metadata.h.
◆ OutofcoreAbstractMetadata()
pcl::outofcore::OutofcoreAbstractMetadata::OutofcoreAbstractMetadata |
( |
| ) |
|
|
default |
◆ ~OutofcoreAbstractMetadata()
virtual pcl::outofcore::OutofcoreAbstractMetadata::~OutofcoreAbstractMetadata |
( |
| ) |
|
|
virtualdefault |
◆ loadMetadataFromDisk()
virtual int pcl::outofcore::OutofcoreAbstractMetadata::loadMetadataFromDisk |
( |
const boost::filesystem::path & |
path_to_metadata | ) |
|
|
pure virtual |
◆ serializeMetadataToDisk()
virtual void pcl::outofcore::OutofcoreAbstractMetadata::serializeMetadataToDisk |
( |
| ) |
|
|
pure virtual |
◆ writeMetadataString()
virtual void pcl::outofcore::OutofcoreAbstractMetadata::writeMetadataString |
( |
std::vector< char > & |
buf | ) |
|
|
protectedpure virtual |
◆ operator<<
Should write the same ascii metadata that is saved on disk, or a human readable format of the metadata in case a binary format is being used.
The documentation for this class was generated from the following file: