VTK-m  2.0
Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeNodeComparator Class Reference

#include <ContourTreeNodeComparator.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeNodeComparator:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT ContourTreeNodeComparator (const IdArrayType &superparents, const IdArrayType &superarcs)
 
VTKM_CONT ContourTreeNodeComparatorImpl PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 

Private Attributes

IdArrayType Superparents
 
IdArrayType Superarcs
 

Constructor & Destructor Documentation

◆ ContourTreeNodeComparator()

VTKM_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeNodeComparator::ContourTreeNodeComparator ( const IdArrayType superparents,
const IdArrayType superarcs 
)
inline

Member Function Documentation

◆ PrepareForExecution()

VTKM_CONT ContourTreeNodeComparatorImpl vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeNodeComparator::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Data Documentation

◆ Superarcs

IdArrayType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeNodeComparator::Superarcs
private

◆ Superparents

IdArrayType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeNodeComparator::Superparents
private

The documentation for this class was generated from the following file: