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

#include <CopyNewNodesSetSuperparentsWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn newNodes, WholeArrayIn meshSortIndex, WholeArrayIn meshSortOrder, WholeArrayIn contourTreeSuperparents, WholeArrayIn contourTreeSuperarcs, WholeArrayIn contourTreeSupernodes, WholeArrayIn hierarchicalRegularId, WholeArrayIn hierarchicalTreeId, WholeArrayIn hierarchicalTreeRegularNodeGlobalIds, WholeArrayIn hierarchicalTreeDataValues, ExecObject findSuperArcForUnknownNode, WholeArrayOut hierarchicalTreeSuperparents)
 
using ExecutionSignature = void(InputIndex, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12)
 
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 CopyNewNodesSetSuperparentsWorklet (const vtkm::Id &numOldNodes)
 
template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename MeshSortOrderPortalType , typename DataValuePortalType , typename FindSuperExecType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &newNode, const vtkm::Id &oldNodeId, const MeshSortIndexPortalType &meshSortIndexPortal, const MeshSortOrderPortalType &meshSortOrderPortal, const InFieldPortalType &contourTreeSuperparentsPortal, const InFieldPortalType &contourTreeSuperarcsPortal, const InFieldPortalType &contourTreeSupernodesPortal, const InFieldPortalType &hierarchicalRegularIdPortal, const InFieldPortalType &hierarchicalTreeIdPortal, const InFieldPortalType &hierarchicalTreeRegularNodeGlobalIdsPortal, const DataValuePortalType &hierarchicalTreeDataValuesPortal, const FindSuperExecType &findSuperArcForUnknownNode, const OutFieldPortalType &hierarchicalTreeSuperparentsPortal) const
 

Private Attributes

vtkm::Id NumOldNodes
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewNodesSetSuperparentsWorklet::ControlSignature = void(FieldIn newNodes, WholeArrayIn meshSortIndex, WholeArrayIn meshSortOrder, WholeArrayIn contourTreeSuperparents, WholeArrayIn contourTreeSuperarcs, WholeArrayIn contourTreeSupernodes, WholeArrayIn hierarchicalRegularId, WholeArrayIn hierarchicalTreeId, WholeArrayIn hierarchicalTreeRegularNodeGlobalIds, WholeArrayIn hierarchicalTreeDataValues, ExecObject findSuperArcForUnknownNode, WholeArrayOut hierarchicalTreeSuperparents )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CopyNewNodesSetSuperparentsWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewNodesSetSuperparentsWorklet::CopyNewNodesSetSuperparentsWorklet ( const vtkm::Id numOldNodes)
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename MeshSortIndexPortalType , typename MeshSortOrderPortalType , typename DataValuePortalType , typename FindSuperExecType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewNodesSetSuperparentsWorklet::operator() ( const vtkm::Id newNode,
const vtkm::Id oldNodeId,
const MeshSortIndexPortalType &  meshSortIndexPortal,
const MeshSortOrderPortalType &  meshSortOrderPortal,
const InFieldPortalType &  contourTreeSuperparentsPortal,
const InFieldPortalType &  contourTreeSuperarcsPortal,
const InFieldPortalType &  contourTreeSupernodesPortal,
const InFieldPortalType &  hierarchicalRegularIdPortal,
const InFieldPortalType &  hierarchicalTreeIdPortal,
const InFieldPortalType &  hierarchicalTreeRegularNodeGlobalIdsPortal,
const DataValuePortalType &  hierarchicalTreeDataValuesPortal,
const FindSuperExecType &  findSuperArcForUnknownNode,
const OutFieldPortalType &  hierarchicalTreeSuperparentsPortal 
) const
inline

Member Data Documentation

◆ NumOldNodes

vtkm::Id vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewNodesSetSuperparentsWorklet::NumOldNodes
private

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