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

Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to subtract out the low end from the superarc regular counts. More...

#include <InitializeIntrinsicVertexCountSubtractLowEndWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountSubtractLowEndWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(WholeArrayIn superparents, WholeArrayInOut superarcRegularCounts)
 
using ExecutionSignature = void(InputIndex, _1, _2)
 
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 InitializeIntrinsicVertexCountSubtractLowEndWorklet ()
 
template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void operator() (const vtkm::Id &vertex, const InFieldPortalType superparentsPortal, const InOutFieldPortalType superarcRegularCountsPortal) const
 

Detailed Description

Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to subtract out the low end from the superarc regular counts.

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ InitializeIntrinsicVertexCountSubtractLowEndWorklet()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountSubtractLowEndWorklet::InitializeIntrinsicVertexCountSubtractLowEndWorklet ( )
inline

Member Function Documentation

◆ operator()()

template<typename InFieldPortalType , typename InOutFieldPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountSubtractLowEndWorklet::operator() ( const vtkm::Id vertex,
const InFieldPortalType  superparentsPortal,
const InOutFieldPortalType  superarcRegularCountsPortal 
) const
inline

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