VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewHypernodesWorklet Class Reference

#include <CopyNewHypernodesWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewHypernodesWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn newHypernodes, WholeArrayIn hierarchicalSuperId, WholeArrayIn hierarchicalHyperarc, WholeArrayOut hierarchicalTreeHypernodes, WholeArrayOut hierarchicalTreeHyperarcs)
 
using ExecutionSignature = void(InputIndex, _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 CopyNewHypernodesWorklet (vtkm::Id numOldHypernodes)
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &newHypernode, const vtkm::Id &oldSupernodeId, const InFieldPortalType &hierarchicalSuperIdPortal, const InFieldPortalType &hierarchicalHyperarcPortal, const OutFieldPortalType &hierarchicalTreeHypernodesPortal, const OutFieldPortalType &hierarchicalTreeHyperarcsPortal) const
 

Private Attributes

vtkm::Id NumOldHypernodes
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewHypernodesWorklet::ControlSignature = void(FieldIn newHypernodes, WholeArrayIn hierarchicalSuperId, WholeArrayIn hierarchicalHyperarc, WholeArrayOut hierarchicalTreeHypernodes, WholeArrayOut hierarchicalTreeHyperarcs )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CopyNewHypernodesWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewHypernodesWorklet::CopyNewHypernodesWorklet ( vtkm::Id  numOldHypernodes)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewHypernodesWorklet::operator() ( const vtkm::Id newHypernode,
const vtkm::Id oldSupernodeId,
const InFieldPortalType &  hierarchicalSuperIdPortal,
const InFieldPortalType &  hierarchicalHyperarcPortal,
const OutFieldPortalType &  hierarchicalTreeHypernodesPortal,
const OutFieldPortalType &  hierarchicalTreeHyperarcsPortal 
) const
inline

Member Data Documentation

◆ NumOldHypernodes

vtkm::Id vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewHypernodesWorklet::NumOldHypernodes
private

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