VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodesDeviceData Class Reference

Device implementation of FindSuperArcBetweenNodes for the HierarchicalContourTree Used in the hierarchical branch decomposition. More...

#include <FindSuperArcBetweenNodes.h>

Public Types

using IndicesPortalType = typename vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType
 

Public Member Functions

VTKM_CONT FindSuperArcBetweenNodesDeviceData (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token, const vtkm::worklet::contourtree_augmented::IdArrayType &superarcs)
 
VTKM_EXEC vtkm::Id FindSuperArcBetweenNodes (vtkm::Id firstSupernode, vtkm::Id secondSupernode) const
 

Private Attributes

IndicesPortalType SuperarcsPortal
 

Detailed Description

Device implementation of FindSuperArcBetweenNodes for the HierarchicalContourTree Used in the hierarchical branch decomposition.

Member Typedef Documentation

◆ IndicesPortalType

Constructor & Destructor Documentation

◆ FindSuperArcBetweenNodesDeviceData()

VTKM_CONT vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodesDeviceData::FindSuperArcBetweenNodesDeviceData ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token,
const vtkm::worklet::contourtree_augmented::IdArrayType superarcs 
)
inline

Member Function Documentation

◆ FindSuperArcBetweenNodes()

VTKM_EXEC vtkm::Id vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodesDeviceData::FindSuperArcBetweenNodes ( vtkm::Id  firstSupernode,
vtkm::Id  secondSupernode 
) const
inline

Member Data Documentation

◆ SuperarcsPortal

IndicesPortalType vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodesDeviceData::SuperarcsPortal
private

The documentation for this class was generated from the following file: