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

#include <HyperArcSuperNodeComparator.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparator:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT HyperArcSuperNodeComparator (const IdArrayType &hyperparents, const IdArrayType &superID, bool isJoinTree)
 
VTKM_CONT HyperArcSuperNodeComparatorImpl PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 

Private Attributes

IdArrayType Hyperparents
 
IdArrayType SuperID
 
bool IsJoinTree
 

Constructor & Destructor Documentation

◆ HyperArcSuperNodeComparator()

VTKM_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparator::HyperArcSuperNodeComparator ( const IdArrayType hyperparents,
const IdArrayType superID,
bool  isJoinTree 
)
inline

Member Function Documentation

◆ PrepareForExecution()

VTKM_CONT HyperArcSuperNodeComparatorImpl vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparator::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ Hyperparents

IdArrayType vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparator::Hyperparents
private

◆ IsJoinTree

bool vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparator::IsJoinTree
private

◆ SuperID

IdArrayType vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparator::SuperID
private

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