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

Step 1 of IdentifyRegularisedSupernodes. More...

#include <CompressRegularisedNodesFindNewSuperarcsWorklet.h>

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

Public Types

using ControlSignature = void(WholeArrayIn newVertexId, FieldIn bractSuperarcs, WholeArrayIn upNeighbour, WholeArrayIn downNeighbour, WholeArrayOut newSuperarc)
 
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 CompressRegularisedNodesFindNewSuperarcsWorklet ()
 
template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &returnIndex, const InFieldPortalType &newVertexIdPortal, const vtkm::Id &bractSuperarcIdIn, const InFieldPortalType &downNeighbourPortal, const InFieldPortalType &upNeighbourPortal, const OutFieldPortalType &newSuperarcPortal) const
 

Detailed Description

Step 1 of IdentifyRegularisedSupernodes.

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree_distributed::bract_maker::CompressRegularisedNodesFindNewSuperarcsWorklet::ControlSignature = void(WholeArrayIn newVertexId, FieldIn bractSuperarcs, WholeArrayIn upNeighbour, WholeArrayIn downNeighbour, WholeArrayOut newSuperarc )

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CompressRegularisedNodesFindNewSuperarcsWorklet()

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

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename OutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::CompressRegularisedNodesFindNewSuperarcsWorklet::operator() ( const vtkm::Id returnIndex,
const InFieldPortalType &  newVertexIdPortal,
const vtkm::Id bractSuperarcIdIn,
const InFieldPortalType &  downNeighbourPortal,
const InFieldPortalType &  upNeighbourPortal,
const OutFieldPortalType &  newSuperarcPortal 
) const
inline

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