|
HDK
|
#include "version.h"#include "Exceptions.h"#include "Types.h"#include "math/Math.h"#include "util/Name.h"#include "util/Assert.h"#include <cstdint>#include <iostream>#include <string>#include <vector>
Include dependency graph for Metadata.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | openvdb::OPENVDB_VERSION_NAME::Metadata |
| Base class for storing metadata information in a grid. More... | |
| class | openvdb::OPENVDB_VERSION_NAME::UnknownMetadata |
| Subclass to hold raw data of an unregistered type. More... | |
| class | openvdb::OPENVDB_VERSION_NAME::TypedMetadata< T > |
| Templated metadata class to hold specific types. More... | |
Namespaces | |
| openvdb | |
| openvdb::OPENVDB_VERSION_NAME | |
Functions | |
| std::ostream & | openvdb::OPENVDB_VERSION_NAME::operator<< (std::ostream &ostr, const Metadata &metadata) |
| Write a Metadata to an output stream. More... | |