Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DValueTransformer.h420 mInputTree(inIter.getTree()),
425 if (static_cast<const void*>(mInputTree) == static_cast<void*>(mOutputTree)) {
435 mInputTree(other.mInputTree),
453 if (!mInputTree || !mOutputTree) return;
486 const InTreeT* mInputTree;
505 mInputTree(inIter.getTree()),
511 if (static_cast<const void*>(mInputTree) == static_cast<void*>(mOutputTree)) {
522 mInputTree(other.mInputTree),
541 if (!mInputTree || !mOutputTree) return;
574 const InTreeT* mInputTree;
H A DVolumeToMesh.h1504 , mInputTree(&inputTree) in ComputePoints()
1547 InputTreeAccessor inputAcc(*mInputTree); in operator()
1757 , mInputTree(&inputTree) in SeamLineWeights()
2155 : mInputTree(&inputGrid.tree()) in MergeVoxelRegions()
2200 InputTreeAccessor inputAcc(*mInputTree); in operator()
2642 : mInputTree(&inputTree) in MaskTileBorders()
2651 : mInputTree(rhs.mInputTree) in MaskTileBorders()
2664 InputTreeType const * const mInputTree;
2691 InputValueType value = mInputTree->background(); in operator()
4499 : mInputTree(&inputTree) in MaskDisorientedTrianglePoints()
[all …]
H A DLevelSetUtil.h2010 : mInputTree(&inputTree) in Copy()
2017 : mInputTree(rhs.mInputTree) in Copy()
2019 , mOutputTreePtr(new TreeType(mInputTree->background())) in Copy()
2029 tree::ValueAccessor<const TreeType> inputAcc(*mInputTree); in operator()
2061 TreeType const * const mInputTree;