#include <openvdb/tree/RootNode.h>
|
static void | combine2 (RootT &self, const RootT &other0, const OtherRootT &other1, CombineOp &op, bool prune) |
|
static void | combine2 (RootT &self, const RootT &, const OtherRootT &other1, CombineOp &, bool) |
|
◆ combine2() [1/2]
static void combine2 |
( |
RootT & | self, |
|
|
const RootT & | , |
|
|
const OtherRootT & | other1, |
|
|
CombineOp & | , |
|
|
bool | ) |
|
inlinestatic |
◆ combine2() [2/2]
template<typename CombineOp, typename RootT, typename OtherRootT>
static void combine2 |
( |
RootT & | self, |
|
|
const RootT & | other0, |
|
|
const OtherRootT & | other1, |
|
|
CombineOp & | op, |
|
|
bool | prune ) |
|
inlinestatic |