Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1470 const Index32TreeType& refPointIndexTree,
1522 const Index32TreeType& refPointIndexTree, in setRefData() argument
1528 mRefPointIndexTree = &refPointIndexTree; in setRefData()
1752 const Index32TreeType& refPointIndexTree, in SeamLineWeights()
1758 , mRefPointIndexTree(&refPointIndexTree) in SeamLineWeights()
4933 Index32TreeType* refPointIndexTree = nullptr; in operator() local
4966 refPointIndexTree = static_cast<Index32TreeType*>(mRefIdxTree.get()); in operator()
4970 if (refSignFlagsTree && refPointIndexTree) { in operator()
5007 refPointIndexTree->getNodes(refPointIndexLeafNodes); in operator()
5025 const bool referenceMeshing = refSignFlagsTree && refPointIndexTree && refInputTree; in operator()
[all …]