VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_InitInAndOutbound Class Reference

#include <TransferLeafChains_InitInAndOutbound.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_InitInAndOutbound:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn activeSupernodes, WholeArrayIn inwards, WholeArrayIn outdegree, WholeArrayIn indegree, WholeArrayOut outbound, WholeArrayOut inbound)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6)
 
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 TransferLeafChains_InitInAndOutbound ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &superID, const vtkm::Id, const InFieldPortalType &inwardsPortal, const InFieldPortalType &outdegreePortal, const InFieldPortalType &indegreePortal, const OutFieldPortalType &outboundPortal, const OutFieldPortalType &inboundPortal) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_InitInAndOutbound::ControlSignature(FieldIn activeSupernodes, WholeArrayIn inwards, WholeArrayIn outdegree, WholeArrayIn indegree, WholeArrayOut outbound, WholeArrayOut inbound)

◆ ExecutionSignature

typedef void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_InitInAndOutbound::ExecutionSignature(_1, InputIndex, _2, _3, _4, _5, _6)

◆ InputDomain

Constructor & Destructor Documentation

◆ TransferLeafChains_InitInAndOutbound()

VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_InitInAndOutbound::TransferLeafChains_InitInAndOutbound ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::contourtree_maker_inc::TransferLeafChains_InitInAndOutbound::operator() ( const vtkm::Id superID,
const vtkm::Id  ,
const InFieldPortalType &  inwardsPortal,
const InFieldPortalType &  outdegreePortal,
const InFieldPortalType &  indegreePortal,
const OutFieldPortalType &  outboundPortal,
const OutFieldPortalType &  inboundPortal 
) const
inline

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