OpenVDB  9.0.1
Static Public Attributes | List of all members
InternalNode< _ChildNodeType, Log2Dim >::SameConfiguration< OtherNodeType > Struct Template Reference

SameConfiguration<OtherNodeType>::value is true if and only if OtherNodeType is the type of an InternalNode with the same dimensions as this node and whose ChildNodeType has the same configuration as this node's ChildNodeType. More...

#include <openvdb/tree/InternalNode.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename _ChildNodeType, Index Log2Dim>
template<typename OtherNodeType>
struct openvdb::v9_0::tree::InternalNode< _ChildNodeType, Log2Dim >::SameConfiguration< OtherNodeType >

SameConfiguration<OtherNodeType>::value is true if and only if OtherNodeType is the type of an InternalNode with the same dimensions as this node and whose ChildNodeType has the same configuration as this node's ChildNodeType.

Member Data Documentation

const bool value
static