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

#include <IsAttachementPointNeededPredicate.h>

Public Types

using IdPortalType = vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType
 

Public Member Functions

VTKM_CONT IsAttachementPointNeededPredicateImpl (const vtkm::worklet::contourtree_augmented::IdArrayType &superparentsRounds, const vtkm::worklet::contourtree_augmented::IdArrayType &whichRounds, const vtkm::Id round, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 
VTKM_EXEC bool operator() (const vtkm::Id &attachmentPoint) const
 

Private Attributes

IdPortalType SuperparentsRoundsPortal
 
IdPortalType WhichRoundsPortal
 
const vtkm::Id Round
 

Member Typedef Documentation

◆ IdPortalType

Constructor & Destructor Documentation

◆ IsAttachementPointNeededPredicateImpl()

VTKM_CONT vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicateImpl::IsAttachementPointNeededPredicateImpl ( const vtkm::worklet::contourtree_augmented::IdArrayType superparentsRounds,
const vtkm::worklet::contourtree_augmented::IdArrayType whichRounds,
const vtkm::Id  round,
vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicateImpl::operator() ( const vtkm::Id attachmentPoint) const
inline

Member Data Documentation

◆ Round

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

◆ SuperparentsRoundsPortal

IdPortalType vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicateImpl::SuperparentsRoundsPortal
private

◆ WhichRoundsPortal

IdPortalType vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointNeededPredicateImpl::WhichRoundsPortal
private

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