|
VTK-m
2.0
|
Implementation for a comparator that sorts supernode pairs by: More...
#include <AttachmentIdsEqualComparator.h>
Public Types | |
| using | IdArrayPortalType = typename vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType |
Public Member Functions | |
| VTKM_CONT | AttachmentIdsEqualComparatorImpl (IdArrayPortalType globalRegularIdsPortal) |
| VTKM_EXEC bool | operator() (const vtkm::Id &x, const vtkm::Id &y) const |
Private Attributes | |
| IdArrayPortalType | GlobalRegularIdsPortal |
Implementation for a comparator that sorts supernode pairs by:
| using vtkm::worklet::contourtree_distributed::hierarchical_augmenter::AttachmentIdsEqualComparatorImpl::IdArrayPortalType = typename vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType |
|
inline |
|
inline |
|
private |
1.8.17