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

#include <RegularToCandidate.h>

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

Public Types

using ControlSignature = void(FieldIn vertexId, WholeArrayIn mergeArcs, WholeArrayIn regularToCritical, FieldOut sortVector)
 
using ExecutionSignature = _4(_1, _2, _3)
 
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 RegularToCandidate ()
 
template<typename InFieldPortalType >
VTKM_EXEC vtkm::Id operator() (const vtkm::Id &vertexID, const InFieldPortalType &mergeArcs, const InFieldPortalType &regularToCritical) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::RegularToCandidate::ControlSignature = void(FieldIn vertexId, WholeArrayIn mergeArcs, WholeArrayIn regularToCritical, FieldOut sortVector)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ RegularToCandidate()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType >
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree::RegularToCandidate::operator() ( const vtkm::Id vertexID,
const InFieldPortalType &  mergeArcs,
const InFieldPortalType &  regularToCritical 
) const
inline

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