|
Seismic Drive Client API
|
This class represents the metadata of a hierarchical dataset. More...
#include <SDHierarchicalDatasetAccessor.h>
Public Member Functions | |
| SDHierarchicalMetaData (const std::string &name="", uint64_t nobjects=0, uint64_t size=0) | |
| bool | operator== (const SDHierarchicalMetaData &rhs) |
| Equals operator. More... | |
Public Attributes | |
| std::string | _name |
| Name of the node. More... | |
| uint64_t | _nobjects |
| Number of objects in the node. More... | |
| uint64_t | _size |
| Total size in byte of the object in the node. More... | |
This class represents the metadata of a hierarchical dataset.
This class is a struct to store and manage the Hierarchical Dataset Metadata.
|
inline |
Constructor.
| name | is the name of a node of the hierarchical structure. |
| nobjects | is the number of objects of the node. |
| size | is the total size of objects of the node. |
|
inline |
Equals operator.
Compares two SDHierarchicalMetaData objects
| std::string seismicdrive::SDHierarchicalMetaData::_name |
Name of the node.
| uint64_t seismicdrive::SDHierarchicalMetaData::_nobjects |
Number of objects in the node.
| uint64_t seismicdrive::SDHierarchicalMetaData::_size |
Total size in byte of the object in the node.
1.8.14