OpenVDB
2.3.0
|
#include <iosfwd>
#include <map>
#include <openvdb/metadata/Metadata.h>
#include <openvdb/Types.h>
#include <openvdb/Exceptions.h>
Go to the source code of this file.
Classes | |
class | MetaMap |
Provides functionality storing type agnostic metadata information. Grids and other structures can inherit from this to attain metadata functionality. More... | |
Namespaces | |
openvdb | |
openvdb::v2_3_0 | |
Functions | |
std::ostream & | operator<< (std::ostream &, const MetaMap &) |
Write a MetaMap to an output stream. More... | |