VTK-m
2.0
|
Device implementation of FindSuperArcForUnknownNode for the HierarchicalContourTree. More...
#include <FindSuperArcForUnknownNode.h>
Public Types | |
using | IndicesPortalType = typename vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType |
using | DataPortalType = typename vtkm::cont::ArrayHandle< FieldType >::ReadPortalType |
Static Private Attributes | |
static constexpr vtkm::Id | PRUNE_LOW = static_cast<vtkm::Id>(0) |
static constexpr vtkm::Id | PRUNE_HIGH = static_cast<vtkm::Id>(1) |
static constexpr vtkm::Id | PRUNE_FINAL = static_cast<vtkm::Id>(2) |
Device implementation of FindSuperArcForUnknownNode for the HierarchicalContourTree.
using vtkm::worklet::contourtree_distributed::FindSuperArcForUnknownNodeDeviceData< FieldType >::DataPortalType = typename vtkm::cont::ArrayHandle<FieldType>::ReadPortalType |
using vtkm::worklet::contourtree_distributed::FindSuperArcForUnknownNodeDeviceData< FieldType >::IndicesPortalType = typename vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType |
|
inline |
|
inline |
routine to find the superarc to which a given global Id/value pair maps given a known pair of vertices by their regular Ids, one above, one below assumes that the vertex being searched for is NOT in the hierarchical tree (at all) and that the above/below pair ARE in the hierarchical tree
|
private |
|
private |
|
private |
|
private |
|
staticconstexprprivate |
|
staticconstexprprivate |
|
staticconstexprprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |