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

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

#include <RootNode.h>

Static Public Attributes

static const bool value = SameRootConfig<ChildNodeType, OtherNodeType>::value
 

Detailed Description

template<typename ChildType>
template<typename OtherNodeType>
struct openvdb::OPENVDB_VERSION_NAME::tree::RootNode< ChildType >::SameConfiguration< OtherNodeType >

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

Definition at line 64 of file RootNode.h.

Member Data Documentation

template<typename ChildType>
template<typename OtherNodeType>
const bool openvdb::OPENVDB_VERSION_NAME::tree::RootNode< ChildType >::SameConfiguration< OtherNodeType >::value = SameRootConfig<ChildNodeType, OtherNodeType>::value
static

Definition at line 65 of file RootNode.h.


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