|
VTK-m
2.0
|
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 |
Predicate used in HierarchicalAugmenter<FieldType>::Initalize to determine whether a node is an attachement point.
| using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::IsAttachementPointPredicateImpl::IdPortalType = vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType |
|
inline |
|
inline |
|
private |
|
private |
|
private |
1.8.17