HDK
|
#include "version.h"
#include "Exceptions.h"
#include "Types.h"
#include "math/Math.h"
#include "util/Name.h"
#include <cstdint>
#include <iostream>
#include <string>
#include <vector>
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... | |