Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestVolumeToMesh.cc41 Index32TreeType pointIndexTree(99999); in TEST_F() local
44 signFlagsTree, pointIndexTree, intersectionTree, inputTree, iso); in TEST_F()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/points/
H A DPointConversion.h96 const PointIndexTreeT& pointIndexTree,
281 PopulateAttributeOp(const PointIndexTreeType& pointIndexTree,
285 : mPointIndexTree(pointIndexTree)
648 const auto& pointIndexTree = pointIndexGrid.tree();
649 typename PointDataTreeT::Ptr treePtr(new PointDataTreeT(pointIndexTree));
676 const auto* pointIndexLeaf = pointIndexTree.probeConstLeaf(leaf.origin());
755 populateAttribute(PointDataTreeT& tree, const PointIndexTreeT& pointIndexTree,
782 PointArrayT> populate(pointIndexTree, data, index, stride);
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h2101 const Index32TreeType& pointIndexTree,
2149 const Index32TreeType& pointIndexTree, in MergeVoxelRegions() argument
2157 , mPointIndexTree(&pointIndexTree) in MergeVoxelRegions()
3731 Index32TreeType& pointIndexTree,
3759 Index32TreeType& pointIndexTree, in ComputeAuxiliaryData() argument
3766 , mPointIndexAccessor(pointIndexTree) in ComputeAuxiliaryData()
4903 Index32TreeType pointIndexTree(std::numeric_limits<Index32>::max()); in operator()
4922 pointIndexTree.getNodes(pointIndexLeafNodes); in operator()
5108 op(signFlagsLeafNodes, signFlagsTree, pointIndexTree, in operator()
5122 op(signFlagsLeafNodes, signFlagsTree, pointIndexTree, in operator()
[all …]