Home
last modified time | relevance | path

Searched defs:PointIndexLeafNode (Results 1 – 3 of 3) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DPointIndexGrid.h1360 using Ptr = SharedPtr<PointIndexLeafNode>; argument
1383 // to make the derived PointIndexLeafNode class compatible with the tree structure. argument
1398 PointIndexLeafNode() : BaseLeaf(), mIndices() {} in PointIndexLeafNode() argument
1415 PointIndexLeafNode(const PointIndexLeafNode& rhs) : BaseLeaf(rhs), mIndices(rhs.mIndices) {} in PointIndexLeafNode() argument
1437 void merge(const PointIndexLeafNode& other, in merge() argument
1443 void addLeaf(PointIndexLeafNode*) {} in addLeaf() argument
1500 void assertNonmodifiable() { in assertNonmodifiable()
1524 void setValuesOn() { assertNonmodifiable(); } in setValuesOn()
1539 void fill(const ValueType&) {} in fill()
1577 template<typename, Index> friend struct PointIndexLeafNode; argument
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/points/
H A DPointGroup.h201 using PointIndexLeafNode = typename PointIndexTreeT::LeafNodeType; member
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Rasterize_Points.cc606 using PointIndexLeafNode = PointIndexTree::LeafNodeType; typedef
737 using PointIndexLeafNode = PointIndexTree::LeafNodeType; typedef
1973 using PointIndexLeafNode = PointIndexTree::LeafNodeType; typedef