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

#include <CopyJoinSplit.h>

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

Public Types

using ControlSignature = void(FieldIn superID, WholeArrayIn inbound, WholeArrayIn indegree, WholeArrayIn outdegree, WholeArrayOut outbound)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5)
 
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 CopyJoinSplit ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &superID, const InFieldPortalType &inbound, const InFieldPortalType &indegree, const InFieldPortalType &outdegree, const OutFieldPortalType &outbound) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::CopyJoinSplit::ControlSignature = void(FieldIn superID, WholeArrayIn inbound, WholeArrayIn indegree, WholeArrayIn outdegree, WholeArrayOut outbound)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CopyJoinSplit()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree::CopyJoinSplit::operator() ( const vtkm::Id superID,
const InFieldPortalType &  inbound,
const InFieldPortalType &  indegree,
const InFieldPortalType &  outdegree,
const OutFieldPortalType &  outbound 
) const
inline

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