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

ExecutionObject to generate a device object to use FindSuperArcBetweenNodes for the HierarchicalContourTree. More...

#include <FindSuperArcBetweenNodes.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodes:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT FindSuperArcBetweenNodes (const vtkm::worklet::contourtree_augmented::IdArrayType &superarcs)
 constructor More...
 
VTKM_CONT FindSuperArcBetweenNodesDeviceData PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 

Private Attributes

vtkm::worklet::contourtree_augmented::IdArrayType Superarcs
 

Detailed Description

ExecutionObject to generate a device object to use FindSuperArcBetweenNodes for the HierarchicalContourTree.

Constructor & Destructor Documentation

◆ FindSuperArcBetweenNodes()

VTKM_CONT vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodes::FindSuperArcBetweenNodes ( const vtkm::worklet::contourtree_augmented::IdArrayType superarcs)
inline

constructor

Member Function Documentation

◆ PrepareForExecution()

VTKM_CONT FindSuperArcBetweenNodesDeviceData vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodes::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ Superarcs

vtkm::worklet::contourtree_augmented::IdArrayType vtkm::worklet::contourtree_distributed::FindSuperArcBetweenNodes::Superarcs
private

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