VTK-m
2.0
|
comparator to use for sorting nodes by hyperparent (i.e. More...
#include <ContourTreeNodeHyperArcComparator.h>
Public Member Functions | |
VTKM_CONT | ContourTreeNodeHyperArcComparator (const ctaug::IdArrayType superarcs, const ctaug::IdArrayType superparents) |
VTKM_CONT ContourTreeNodeHyperArcComparatorImpl | PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const |
Private Attributes | |
ctaug::IdArrayType | Superarcs |
ctaug::IdArrayType | Superparents |
comparator to use for sorting nodes by hyperparent (i.e.
amalgamates augmentation & sorting) for this one, we don't care (yet) about WHEN they were transferred The original version of this took the sortIndex array, but it turns out that it only gets used on an array that already contains sortIndex, and this simplifies code elsewhere, so I have removed it
|
inline |
|
inline |
|
private |
|
private |