Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1480 Index32LeafNodeType * const * const mPointIndexNodes; member
1505 , mPointIndexNodes(pointIndexLeafNodes.data()) in ComputePoints()
1572 Index32LeafNodeType& pointIndexNode = *mPointIndexNodes[n]; in operator()
2132 Index32LeafNodeType * const * const mPointIndexNodes; member
2158 , mPointIndexNodes(pointIndexLeafNodes.data()) in MergeVoxelRegions()
3933 : mPointIndexNodes(pointIndexNodes.data()) in AdaptiveLeafNodePointCount()
3945 const PointIndexLeafNode& node = *mPointIndexNodes[n]; in operator()
3968 PointIndexLeafNode const * const * const mPointIndexNodes;
3982 : mPointIndexNodes(pointIndexNodes.data()) in MapPoints()
3993 PointIndexLeafNode& indexNode = *mPointIndexNodes[n]; in operator()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Rasterize_Points.cc754 , mPointIndexNodes(&pointIndexLeafNodes.front()) in ConstructCandidateVoxelMask()
767 , mPointIndexNodes(rhs.mPointIndexNodes) in ConstructCandidateVoxelMask()
794 const PointIndexLeafNode& node = *mPointIndexNodes[n]; in operator ()()
1088 PointIndexLeafNode const * const * const mPointIndexNodes; member