VTK-m  2.0
Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparator Class Reference

#include <ContourTreeSuperNodeComparator.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparator:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT ContourTreeSuperNodeComparator (const IdArrayType &hyperparents, const IdArrayType &supernodes, const IdArrayType &whenTransferred)
 
VTKM_CONT ContourTreeSuperNodeComparatorImpl PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 

Private Attributes

IdArrayType Hyperparents
 
IdArrayType Supernodes
 
IdArrayType WhenTransferred
 

Constructor & Destructor Documentation

◆ ContourTreeSuperNodeComparator()

VTKM_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparator::ContourTreeSuperNodeComparator ( const IdArrayType hyperparents,
const IdArrayType supernodes,
const IdArrayType whenTransferred 
)
inline

Member Function Documentation

◆ PrepareForExecution()

VTKM_CONT ContourTreeSuperNodeComparatorImpl vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparator::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Data Documentation

◆ Hyperparents

IdArrayType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparator::Hyperparents
private

◆ Supernodes

IdArrayType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparator::Supernodes
private

◆ WhenTransferred

IdArrayType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparator::WhenTransferred
private

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