VTK-m
2.0
|
Implementation for a comparator that sorts supernode pairs by: More...
#include <AttachmentSuperparentAndIndexComparator.h>
Public Types | |
using | IdArrayPortalType = typename vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType |
Public Member Functions | |
VTKM_CONT | AttachmentSuperparentAndIndexComparatorImpl (IdArrayPortalType superparentsPortal, IdArrayPortalType globalRegularIdsPortal, IdArrayPortalType supernodeIdsPortal) |
VTKM_EXEC bool | operator() (const vtkm::Id &left, const vtkm::Id &right) const |
Private Attributes | |
IdArrayPortalType | SuperparentsPortal |
IdArrayPortalType | GlobalRegularIdsPortal |
IdArrayPortalType | SupernodeIdsPortal |
Implementation for a comparator that sorts supernode pairs by:
|
inline |
|
inline |
|
private |
|
private |
|
private |