Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h3701 std::vector<BoolLeafNodeType*> tmpIntersectionLeafNodes; in applySurfaceMask() local
3702 tmpIntersectionTree.getNodes(tmpIntersectionLeafNodes); in applySurfaceMask()
3704 tbb::parallel_for(tbb::blocked_range<size_t>(0, tmpIntersectionLeafNodes.size()), in applySurfaceMask()
3705 SyncMaskValues<BoolTreeType>(tmpIntersectionLeafNodes, intersectionTree)); in applySurfaceMask()