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

Step 1 of IdentifyRegularisedSupernodes. More...

#include <CompressRegularisedNodesTransferVerticesWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn bractVertexSuperset, FieldIn newVertexId, WholeArrayOut newVertexIndex)
 
using ExecutionSignature = void(_1, _2, _3)
 
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 CompressRegularisedNodesTransferVerticesWorklet ()
 
template<typename OutPortalType >
VTKM_EXEC void operator() (const vtkm::Id &bractVertexSupersetIndex, const vtkm::Id &newVertexIdIn, const OutPortalType &newVertexIndexPortal) const
 

Detailed Description

Step 1 of IdentifyRegularisedSupernodes.

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ CompressRegularisedNodesTransferVerticesWorklet()

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

Member Function Documentation

◆ operator()()

template<typename OutPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::bract_maker::CompressRegularisedNodesTransferVerticesWorklet::operator() ( const vtkm::Id bractVertexSupersetIndex,
const vtkm::Id newVertexIdIn,
const OutPortalType &  newVertexIndexPortal 
) const
inline

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