OpenVDB  5.2.0
Public Member Functions | List of all members
NodeUnion< ValueT, ChildT, Enable > Class Template Reference

#include <NodeUnion.h>

Public Member Functions

 NodeUnion ()
 
ChildT * getChild () const
 
void setChild (ChildT *child)
 
const ValueT & getValue () const
 
ValueT & getValue ()
 
void setValue (const ValueT &val)
 

Constructor & Destructor Documentation

◆ NodeUnion()

NodeUnion ( )
inline

Member Function Documentation

◆ getChild()

ChildT* getChild ( ) const
inline

◆ getValue() [1/2]

const ValueT& getValue ( ) const
inline

◆ getValue() [2/2]

ValueT& getValue ( )
inline

◆ setChild()

void setChild ( ChildT *  child)
inline

◆ setValue()

void setValue ( const ValueT &  val)
inline

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