VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree::FillSupernodes Class Reference

#include <FillSupernodes.h>

Inheritance diagram for vtkm::worklet::contourtree::FillSupernodes:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn upCandidate, FieldIn downCandidate, FieldOut isSupernode)
 
using ExecutionSignature = _3(_1, _2)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC_CONT FillSupernodes ()
 
VTKM_EXEC vtkm::Id operator() (const vtkm::Id &upCandidate, const vtkm::Id &downCandidate) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::FillSupernodes::ControlSignature = void(FieldIn upCandidate, FieldIn downCandidate, FieldOut isSupernode)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ FillSupernodes()

VTKM_EXEC_CONT vtkm::worklet::contourtree::FillSupernodes::FillSupernodes ( )
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC vtkm::Id vtkm::worklet::contourtree::FillSupernodes::operator() ( const vtkm::Id upCandidate,
const vtkm::Id downCandidate 
) const
inline

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