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

Now set the transfer iteration for all attachment points If there were no supernodes to transfer, their types are all NO_SUCH_ELEMENT. More...

#include <GraftInteriorForestsSetTransferIterationWorklet.h>

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

Public Types

using ControlSignature = void(FieldIn supernodeType, FieldIn hierarchicalSuperId, FieldInOut whenTransferred)
 
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 GraftInteriorForestsSetTransferIterationWorklet (const vtkm::Id &numTransferIterations)
 
VTKM_EXEC void operator() (const vtkm::Id &supernodeType, const vtkm::Id &hierarchicalSuperId, vtkm::Id &whenTransferred) const
 

Private Attributes

vtkm::Id NumTransferIterations
 

Detailed Description

Now set the transfer iteration for all attachment points If there were no supernodes to transfer, their types are all NO_SUCH_ELEMENT.

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ GraftInteriorForestsSetTransferIterationWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::GraftInteriorForestsSetTransferIterationWorklet::GraftInteriorForestsSetTransferIterationWorklet ( const vtkm::Id numTransferIterations)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::contourtree_distributed::tree_grafter::GraftInteriorForestsSetTransferIterationWorklet::operator() ( const vtkm::Id supernodeType,
const vtkm::Id hierarchicalSuperId,
vtkm::Id whenTransferred 
) const
inline

Member Data Documentation

◆ NumTransferIterations

vtkm::Id vtkm::worklet::contourtree_distributed::tree_grafter::GraftInteriorForestsSetTransferIterationWorklet::NumTransferIterations
private

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