HDK
|
#include <InternalNode.h>
Classes | |
struct | A |
Public Types | |
using | W = typename NodeMaskType::Word |
Public Member Functions | |
TopologyIntersection (const OtherInternalNode *source, InternalNode *target, const ValueType &background) | |
void | operator() (const tbb::blocked_range< Index > &r) const |
Public Attributes | |
const OtherInternalNode * | s |
InternalNode * | t |
const ValueType & | b |
Definition at line 789 of file InternalNode.h.
using openvdb::OPENVDB_VERSION_NAME::tree::InternalNode< _ChildNodeType, Log2Dim >::TopologyIntersection< OtherInternalNode >::W = typename NodeMaskType::Word |
Definition at line 2534 of file InternalNode.h.
|
inline |
Definition at line 2538 of file InternalNode.h.
|
inline |
Definition at line 2550 of file InternalNode.h.
const ValueType& openvdb::OPENVDB_VERSION_NAME::tree::InternalNode< _ChildNodeType, Log2Dim >::TopologyIntersection< OtherInternalNode >::b |
Definition at line 2568 of file InternalNode.h.
const OtherInternalNode* openvdb::OPENVDB_VERSION_NAME::tree::InternalNode< _ChildNodeType, Log2Dim >::TopologyIntersection< OtherInternalNode >::s |
Definition at line 2566 of file InternalNode.h.
InternalNode* openvdb::OPENVDB_VERSION_NAME::tree::InternalNode< _ChildNodeType, Log2Dim >::TopologyIntersection< OtherInternalNode >::t |
Definition at line 2567 of file InternalNode.h.