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

Predicate used in HierarchicalAugmenter<FieldType>::Initalize to determine whether a node is an attachement point. More...

#include <IsAttachementPointPredicate.h>

Public Types

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

Public Member Functions

VTKM_CONT IsAttachementPointPredicateImpl (const vtkm::worklet::contourtree_augmented::IdArrayType &superarcs, const vtkm::worklet::contourtree_augmented::IdArrayType &whichRound, const vtkm::Id numRounds, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 
VTKM_EXEC bool operator() (const vtkm::Id &supernode) const
 

Private Attributes

IdPortalType SuperarcsPortal
 
IdPortalType WhichRoundPortal
 
const vtkm::Id NumRounds
 

Detailed Description

Predicate used in HierarchicalAugmenter<FieldType>::Initalize to determine whether a node is an attachement point.

Member Typedef Documentation

◆ IdPortalType

Constructor & Destructor Documentation

◆ IsAttachementPointPredicateImpl()

VTKM_CONT vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointPredicateImpl::IsAttachementPointPredicateImpl ( const vtkm::worklet::contourtree_augmented::IdArrayType superarcs,
const vtkm::worklet::contourtree_augmented::IdArrayType whichRound,
const vtkm::Id  numRounds,
vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointPredicateImpl::operator() ( const vtkm::Id supernode) const
inline

Member Data Documentation

◆ NumRounds

const vtkm::Id vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointPredicateImpl::NumRounds
private

◆ SuperarcsPortal

IdPortalType vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointPredicateImpl::SuperarcsPortal
private

◆ WhichRoundPortal

IdPortalType vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointPredicateImpl::WhichRoundPortal
private

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