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

#include <IsAttachementPointNeededPredicate.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicate:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT IsAttachementPointNeededPredicate (const vtkm::worklet::contourtree_augmented::IdArrayType &superparentsRounds, const vtkm::worklet::contourtree_augmented::IdArrayType &whichRounds, const vtkm::Id round)
 
VTKM_CONT IsAttachementPointNeededPredicateImpl PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 

Private Attributes

vtkm::worklet::contourtree_augmented::IdArrayType SuperparentsRounds
 
vtkm::worklet::contourtree_augmented::IdArrayType WhichRounds
 
const vtkm::Id Round
 

Constructor & Destructor Documentation

◆ IsAttachementPointNeededPredicate()

VTKM_CONT vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicate::IsAttachementPointNeededPredicate ( const vtkm::worklet::contourtree_augmented::IdArrayType superparentsRounds,
const vtkm::worklet::contourtree_augmented::IdArrayType whichRounds,
const vtkm::Id  round 
)
inline

Member Function Documentation

◆ PrepareForExecution()

VTKM_CONT IsAttachementPointNeededPredicateImpl vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicate::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ Round

const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicate::Round
private

◆ SuperparentsRounds

vtkm::worklet::contourtree_augmented::IdArrayType vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicate::SuperparentsRounds
private

◆ WhichRounds

vtkm::worklet::contourtree_augmented::IdArrayType vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicate::WhichRounds
private

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