HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::LeafNode< T, Log2Dim >::SameConfiguration< OtherNodeType > Struct Template Reference

SameConfiguration<OtherNodeType>::value is true if and only if OtherNodeType is the type of a LeafNode with the same dimensions as this node. More...

#include <LeafNode.h>

Static Public Attributes

static const bool value = SameLeafConfig<LOG2DIM, OtherNodeType>::value
 

Detailed Description

template<typename T, Index Log2Dim>
template<typename OtherNodeType>
struct openvdb::OPENVDB_VERSION_NAME::tree::LeafNode< T, Log2Dim >::SameConfiguration< OtherNodeType >

SameConfiguration<OtherNodeType>::value is true if and only if OtherNodeType is the type of a LeafNode with the same dimensions as this node.

Definition at line 64 of file LeafNode.h.

Member Data Documentation

template<typename T, Index Log2Dim>
template<typename OtherNodeType >
const bool openvdb::OPENVDB_VERSION_NAME::tree::LeafNode< T, Log2Dim >::SameConfiguration< OtherNodeType >::value = SameLeafConfig<LOG2DIM, OtherNodeType>::value
static

Definition at line 65 of file LeafNode.h.


The documentation for this struct was generated from the following file: