Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h3677 std::vector<BoolLeafNodeType*> intersectionLeafNodes; in applySurfaceMask() local
3678 intersectionTree.getNodes(intersectionLeafNodes); in applySurfaceMask()
3680 tbb::parallel_for(tbb::blocked_range<size_t>(0, intersectionLeafNodes.size()), in applySurfaceMask()
3688 intersectionTree, intersectionLeafNodes, borderTree); in applySurfaceMask()
3697 inputTree, intersectionLeafNodes, tmpIntersectionTree, isovalue); in applySurfaceMask()
3729 const std::vector<const BoolLeafNodeType*>& intersectionLeafNodes,
3757 const std::vector<const BoolLeafNodeType*>& intersectionLeafNodes, in ComputeAuxiliaryData() argument
3762 , mIntersectionNodes(intersectionLeafNodes.data()) in ComputeAuxiliaryData()
3876 std::vector<const BoolLeafNodeType*> intersectionLeafNodes; in computeAuxiliaryData() local
3877 intersectionTree.getNodes(intersectionLeafNodes); in computeAuxiliaryData()
[all …]