Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToSpheres.h891 std::vector<Index32LeafNodeType*> pointIndexLeafNodes; in initialize() local
892 mIdxTreePt->getNodes(pointIndexLeafNodes); in initialize()
895 mSurfacePointList.get(), tree, pointIndexLeafNodes, in initialize()
H A DVolumeToMesh.h1463 const std::vector<Index32LeafNodeType*>& pointIndexLeafNodes,
1498 const std::vector<Index32LeafNodeType*>& pointIndexLeafNodes, in ComputePoints() argument
1505 , mPointIndexNodes(pointIndexLeafNodes.data()) in ComputePoints()
2102 const std::vector<Index32LeafNodeType*>& pointIndexLeafNodes,
2150 const std::vector<Index32LeafNodeType*>& pointIndexLeafNodes, in MergeVoxelRegions() argument
2158 , mPointIndexNodes(pointIndexLeafNodes.data()) in MergeVoxelRegions()
4921 std::vector<Index32LeafNodeType*> pointIndexLeafNodes; in operator() local
4922 pointIndexTree.getNodes(pointIndexLeafNodes); in operator()
5034 inputGrid, pointIndexTree, pointIndexLeafNodes, signFlagsLeafNodes, in operator()
5054 op(pointIndexLeafNodes, signFlagsLeafNodes, leafNodeOffsets); in operator()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Rasterize_Points.cc746 const std::vector<const PointIndexLeafNode*>& pointIndexLeafNodes, in ConstructCandidateVoxelMask()
754 , mPointIndexNodes(&pointIndexLeafNodes.front()) in ConstructCandidateVoxelMask()
1232 std::vector<const PointIndexGridCollection::PointIndexLeafNode*> pointIndexLeafNodes; in maskRegionOfInterest() local
1234 pointIndexLeafNodes.reserve(regionPointIndexTree->leafCount()); in maskRegionOfInterest()
1235 regionPointIndexTree->getNodes(pointIndexLeafNodes); in maskRegionOfInterest()
1238 pointIndexLeafNodes, volumeTransform, frustumClipBox.get(), interrupter); in maskRegionOfInterest()
1240 tbb::parallel_reduce(tbb::blocked_range<size_t>(0, pointIndexLeafNodes.size()), op); in maskRegionOfInterest()