OpenVDB  4.0.1
Public Member Functions | List of all members
NodeUnion< ValueT, ChildT, typename std::enable_if< CopyTraits< ValueT >::IsCopyable >::type > Class Template Reference

#include <NodeUnion.h>

Public Member Functions

 NodeUnion ()
 
 NodeUnion (const NodeUnion &other)
 
NodeUnionoperator= (const NodeUnion &rhs)
 
ChildT * getChild () const
 
void setChild (ChildT *child)
 
const ValueT & getValue () const
 
ValueT & getValue ()
 
void setValue (const ValueT &val)
 

Constructor & Destructor Documentation

NodeUnion ( )
inline
NodeUnion ( const NodeUnion< ValueT, ChildT, typename std::enable_if< CopyTraits< ValueT >::IsCopyable >::type > &  other)
inline

Member Function Documentation

ChildT* getChild ( ) const
inline
const ValueT& getValue ( ) const
inline
ValueT& getValue ( )
inline
NodeUnion& operator= ( const NodeUnion< ValueT, ChildT, typename std::enable_if< CopyTraits< ValueT >::IsCopyable >::type > &  rhs)
inline
void setChild ( ChildT *  child)
inline
void setValue ( const ValueT &  val)
inline

Member Data Documentation

ChildT* mChild
ValueT mValue

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