Home
last modified time | relevance | path

Searched refs:valueDepth (Results 1 – 2 of 2) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h2694 const int valueDepth = inputTreeAcc.getValueDepth(bbox.min()); in operator() local
2703 if (valueDepth >= inputTreeAcc.getValueDepth(nijk)) { in operator()
2719 if (valueDepth >= inputTreeAcc.getValueDepth(ijk)) { in operator()
2739 if (valueDepth >= inputTreeAcc.getValueDepth(nijk)) { in operator()
2755 if (valueDepth >= inputTreeAcc.getValueDepth(ijk)) { in operator()
2775 if (valueDepth >= inputTreeAcc.getValueDepth(nijk)) { in operator()
2790 if (valueDepth >= inputTreeAcc.getValueDepth(ijk)) { in operator()
H A DLevelSetUtil.h2051 const int valueDepth = inputAcc.getValueDepth(ijk); in operator() local
2052 if (valueDepth >= 0) { in operator()
2053 outputAcc.addTile(TreeType::RootNodeType::LEVEL - valueDepth, in operator()