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

#include <CopySupernodes.h>

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

Public Types

using ControlSignature = void(FieldIn isSupernode, FieldIn regularID, FieldIn superID, FieldIn upCandidate, FieldIn downCandidate, WholeArrayOut regularToCritical, WholeArrayOut supernodes, WholeArrayOut updegree, WholeArrayOut downdegree)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5, _6, _7, _8, _9)
 
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 CopySupernodes ()
 
template<typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &isSupernode, const vtkm::Id &regularID, const vtkm::Id &superID, const vtkm::Id &upCandidate, const vtkm::Id &downCandidate, const OutFieldPortalType &regularToCritical, const OutFieldPortalType &supernodes, const OutFieldPortalType &updegree, const OutFieldPortalType &downdegree) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::CopySupernodes::ControlSignature = void(FieldIn isSupernode, FieldIn regularID, FieldIn superID, FieldIn upCandidate, FieldIn downCandidate, WholeArrayOut regularToCritical, WholeArrayOut supernodes, WholeArrayOut updegree, WholeArrayOut downdegree)

◆ ExecutionSignature

using vtkm::worklet::contourtree::CopySupernodes::ExecutionSignature = void(_1, _2, _3, _4, _5, _6, _7, _8, _9)

◆ InputDomain

Constructor & Destructor Documentation

◆ CopySupernodes()

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

Member Function Documentation

◆ operator()()

template<typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree::CopySupernodes::operator() ( const vtkm::Id isSupernode,
const vtkm::Id regularID,
const vtkm::Id superID,
const vtkm::Id upCandidate,
const vtkm::Id downCandidate,
const OutFieldPortalType &  regularToCritical,
const OutFieldPortalType &  supernodes,
const OutFieldPortalType &  updegree,
const OutFieldPortalType &  downdegree 
) const
inline

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