#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 60 of file metadata.h.
pcl::outofcore::OutofcoreAbstractMetadata::OutofcoreAbstractMetadata |
( |
| ) |
|
|
inline |
Empty constructor.
Definition at line 65 of file metadata.h.
virtual pcl::outofcore::OutofcoreAbstractMetadata::~OutofcoreAbstractMetadata |
( |
| ) |
|
|
inlinevirtual |
virtual int pcl::outofcore::OutofcoreAbstractMetadata::loadMetadataFromDisk |
( |
const boost::filesystem::path & |
path_to_metadata | ) |
|
|
pure virtual |
virtual void pcl::outofcore::OutofcoreAbstractMetadata::serializeMetadataToDisk |
( |
| ) |
|
|
pure virtual |
virtual void pcl::outofcore::OutofcoreAbstractMetadata::writeMetadataString |
( |
std::vector< char > & |
buf | ) |
|
|
protectedpure virtual |
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:
- /build/pcl-pemhNU/pcl-1.7.2/outofcore/include/pcl/outofcore/metadata.h