|
VTK-m
2.0
|
Execution object for a comparator that sorts supernode pairs by: More...
#include <AttachmentSuperparentAndIndexComparator.h>
Public Member Functions | |
| VTKM_CONT | AttachmentSuperparentAndIndexComparator (const vtkm::worklet::contourtree_augmented::IdArrayType superparents, const vtkm::worklet::contourtree_augmented::IdArrayType globalRegularIds, const vtkm::worklet::contourtree_augmented::IdArrayType supernodeIds) |
| VTKM_CONT AttachmentSuperparentAndIndexComparatorImpl | PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const |
| Create a AttachmentSuperparentAndIndexComparatorImpl object for use in the sort or worklet. More... | |
Private Attributes | |
| vtkm::worklet::contourtree_augmented::IdArrayType | Superparents |
| the superparent Id More... | |
| vtkm::worklet::contourtree_augmented::IdArrayType | GlobalRegularIds |
| the global rergular Id for tiebreak More... | |
| vtkm::worklet::contourtree_augmented::IdArrayType | SupernodeIds |
| the supernode Id for tiebreak More... | |
Execution object for a comparator that sorts supernode pairs by:
|
inline |
|
inline |
Create a AttachmentSuperparentAndIndexComparatorImpl object for use in the sort or worklet.
|
private |
the global rergular Id for tiebreak
|
private |
the supernode Id for tiebreak
|
private |
the superparent Id
1.8.17