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

#include <CopyNeighbors.h>

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

Public Types

using ControlSignature = void(FieldIn activeSupernode, WholeArrayIn activeSupernodes, WholeArrayIn arcs, 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 CopyNeighbors ()
 
template<typename InFieldPortalType >
VTKM_EXEC vtkm::Id operator() (const vtkm::Id &activeSupernode, const InFieldPortalType &activeSupernodes, const InFieldPortalType &arcs) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::CopyNeighbors::ControlSignature = void(FieldIn activeSupernode, WholeArrayIn activeSupernodes, WholeArrayIn arcs, FieldOut sortVector)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CopyNeighbors()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType >
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree::CopyNeighbors::operator() ( const vtkm::Id activeSupernode,
const InFieldPortalType &  activeSupernodes,
const InFieldPortalType &  arcs 
) const
inline

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