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

#include <EdgePeakComparator.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::active_graph_inc::EdgePeakComparator:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT EdgePeakComparator (const IdArrayType &edgeFar, const IdArrayType &edgeNear, bool joinGraph)
 
VTKM_CONT EdgePeakComparatorImpl PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 

Private Attributes

IdArrayType EdgeFar
 
IdArrayType EdgeNear
 
bool JoinGraph
 

Constructor & Destructor Documentation

◆ EdgePeakComparator()

VTKM_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::EdgePeakComparator::EdgePeakComparator ( const IdArrayType edgeFar,
const IdArrayType edgeNear,
bool  joinGraph 
)
inline

Member Function Documentation

◆ PrepareForExecution()

VTKM_CONT EdgePeakComparatorImpl vtkm::worklet::contourtree_augmented::active_graph_inc::EdgePeakComparator::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ EdgeFar

IdArrayType vtkm::worklet::contourtree_augmented::active_graph_inc::EdgePeakComparator::EdgeFar
private

◆ EdgeNear

IdArrayType vtkm::worklet::contourtree_augmented::active_graph_inc::EdgePeakComparator::EdgeNear
private

◆ JoinGraph

bool vtkm::worklet::contourtree_augmented::active_graph_inc::EdgePeakComparator::JoinGraph
private

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