OpenVDB
1.1.0
|
The root node of an OpenVDB tree. More...
#include <map>
#include <set>
#include <sstream>
#include <boost/type_traits/remove_const.hpp>
#include <openvdb/Exceptions.h>
#include <openvdb/Types.h>
#include <openvdb/io/Compression.h>
#include <openvdb/math/Math.h>
#include <openvdb/math/BBox.h>
#include <openvdb/util/NodeMasks.h>
#include <openvdb/version.h>
#include "Util.h"
Go to the source code of this file.
Classes | |
class | RootNode< ChildType > |
struct | RootNode< ChildType >::ValueConverter< OtherValueType > |
ValueConverter<T>::Type is the type of a RootNode having the same child hierarchy as this node but a different value type, T. More... | |
Namespaces | |
namespace | openvdb |
namespace | openvdb::v1_1_0 |
namespace | openvdb::v1_1_0::tree |
The root node of an OpenVDB tree.