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... | |
struct | RootNode< ChildType >::Tile |
struct | RootNode< ChildType >::NodeStruct |
struct | RootNode< ChildType >::NullPred |
struct | RootNode< ChildType >::ValueOnPred |
struct | RootNode< ChildType >::ValueOffPred |
struct | RootNode< ChildType >::ValueAllPred |
struct | RootNode< ChildType >::ChildOnPred |
struct | RootNode< ChildType >::ChildOffPred |
class | RootNode< ChildType >::BaseIter< _RootNodeT, _MapIterT, FilterPredT > |
class | RootNode< ChildType >::ChildIter< RootNodeT, MapIterT, FilterPredT, ChildNodeT > |
class | RootNode< ChildType >::ValueIter< RootNodeT, MapIterT, FilterPredT, ValueT > |
class | RootNode< ChildType >::DenseIter< RootNodeT, MapIterT, ChildNodeT, ValueT > |
Namespaces | |
namespace | openvdb |
namespace | openvdb::v1_1_0 |
namespace | openvdb::v1_1_0::tree |
The root node of an OpenVDB tree.