VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepTwoWorklet Class Reference

Step 2 of IdentifyRegularisedSupernodes We also want to flag the leaves and boundary nodes as necessary. More...

#include <IdentifyRegularisedSupernodesStepTwoWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepTwoWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn bractVertexSuperset, FieldIn upNeighbour, FieldIn downNeighbour, ExecObject meshBoundary, WholeArrayOut newVertexId)
 
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 IdentifyRegularisedSupernodesStepTwoWorklet ()
 
template<typename MeshBoundaryType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &boundaryNode, const vtkm::Id &bractVertexSupersetValue, const vtkm::Id &upNeighbourValue, const vtkm::Id &downNeighbourValue, const MeshBoundaryType &meshBoundary, const OutFieldPortalType &newVertexIdPortal) const
 

Detailed Description

Step 2 of IdentifyRegularisedSupernodes We also want to flag the leaves and boundary nodes as necessary.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepTwoWorklet::ControlSignature = void(FieldIn bractVertexSuperset, FieldIn upNeighbour, FieldIn downNeighbour, ExecObject meshBoundary, WholeArrayOut newVertexId )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ IdentifyRegularisedSupernodesStepTwoWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepTwoWorklet::IdentifyRegularisedSupernodesStepTwoWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename MeshBoundaryType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::IdentifyRegularisedSupernodesStepTwoWorklet::operator() ( const vtkm::Id boundaryNode,
const vtkm::Id bractVertexSupersetValue,
const vtkm::Id upNeighbourValue,
const vtkm::Id downNeighbourValue,
const MeshBoundaryType &  meshBoundary,
const OutFieldPortalType &  newVertexIdPortal 
) const
inline

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