#include <CopyNewNodesSetSuperparentsWorklet.h>
|
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 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
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 |
|
◆ 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
using vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewNodesSetSuperparentsWorklet::ExecutionSignature = void(InputIndex, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12) |
◆ InputDomain
◆ CopyNewNodesSetSuperparentsWorklet()
VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewNodesSetSuperparentsWorklet::CopyNewNodesSetSuperparentsWorklet |
( |
const vtkm::Id & |
numOldNodes | ) |
|
|
inline |
◆ 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 |
◆ NumOldNodes
vtkm::Id vtkm::worklet::contourtree_distributed::tree_grafter::CopyNewNodesSetSuperparentsWorklet::NumOldNodes |
|
private |
The documentation for this class was generated from the following file: