|
VTK-m
2.0
|
This is the complete list of members for vtkm::worklet::contourtree_augmented::ProcessContourTree, including all inherited members.
| CollectSortedArcs(const ContourTree &contourTree, const IdArrayType &sortOrder, EdgePairArray &sortedArcs) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| CollectSortedSuperarcs(const ContourTree &contourTree, const IdArrayType &sortOrder, EdgePairArray &saddlePeak) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| ComputeBranchData(const ContourTree &contourTree, IdArrayType &whichBranch, IdArrayType &branchMinimum, IdArrayType &branchMaximum, IdArrayType &branchSaddle, IdArrayType &branchParent, IdArrayType &bestUpward, IdArrayType &bestDownward) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| ComputeBranchDecomposition(const IdArrayType &contourTreeSuperparents, const IdArrayType &contourTreeSupernodes, const IdArrayType &whichBranch, const IdArrayType &branchMinimum, const IdArrayType &branchMaximum, const IdArrayType &branchSaddle, const IdArrayType &branchParent, const IdArrayType &sortOrder, const vtkm::cont::ArrayHandle< T, StorageType > &dataField, bool dataFieldIsSorted) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| ComputeHeightBranchDecomposition(const ContourTree &contourTree, const cont::ArrayHandle< Float64 > fieldValues, const IdArrayType &ctSortOrder, const vtkm::Id nIterations, IdArrayType &whichBranch, IdArrayType &branchMinimum, IdArrayType &branchMaximum, IdArrayType &branchSaddle, IdArrayType &branchParent) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| ComputeVolumeBranchDecomposition(const ContourTree &contourTree, const vtkm::Id nIterations, IdArrayType &whichBranch, IdArrayType &branchMinimum, IdArrayType &branchMaximum, IdArrayType &branchSaddle, IdArrayType &branchParent) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| ComputeVolumeBranchDecompositionSerial(const ContourTree &contourTree, const IdArrayType &superarcDependentWeight, const IdArrayType &superarcIntrinsicWeight, IdArrayType &whichBranch, IdArrayType &branchMinimum, IdArrayType &branchMaximum, IdArrayType &branchSaddle, IdArrayType &branchParent) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| ComputeVolumeWeightsSerial(const ContourTree &contourTree, const vtkm::Id nIterations, IdArrayType &superarcIntrinsicWeight, IdArrayType &superarcDependentWeight, IdArrayType &supernodeTransferWeight, IdArrayType &hyperarcDependentWeight) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| editHyperarcs(const vtkm::cont::ArrayHandle< vtkm::Id >::ReadPortalType hyperparentsPortal, const std::vector< vtkm::Id > path, vtkm::cont::ArrayHandle< vtkm::Id >::WritePortalType hyperarcsPortal, vtkm::cont::ArrayHandle< vtkm::Id >::WritePortalType howManyUsedPortal) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| findSuperPathToRoot(vtkm::cont::ArrayHandle< vtkm::Id >::ReadPortalType parentsPortal, vtkm::Id vertex) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| fixPath(const std::function< vtkm::Id(vtkm::Id, vtkm::Id)> operation, const std::vector< vtkm::Id > path, vtkm::cont::ArrayHandle< vtkm::Id >::WritePortalType minMaxIndex) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| hyperarcScan(const vtkm::cont::ArrayHandle< vtkm::Id > supernodes, const vtkm::cont::ArrayHandle< vtkm::Id > hypernodes, const vtkm::cont::ArrayHandle< vtkm::Id > hyperarcs, const vtkm::cont::ArrayHandle< vtkm::Id > hyperparents, const vtkm::cont::ArrayHandle< vtkm::Id > hyperparentKeys, const vtkm::cont::ArrayHandle< vtkm::Id > whenTransferred, const vtkm::cont::ArrayHandle< vtkm::Id > howManyUsed, const vtkm::Id nIterations, const BinaryFunctor operation, vtkm::cont::ArrayHandle< vtkm::Id > minMaxIndex) | vtkm::worklet::contourtree_augmented::ProcessContourTree | inlinestatic |
| ProcessContourTree() | vtkm::worklet::contourtree_augmented::ProcessContourTree | inline |
1.8.17