VTK-m
2.0
|
Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to subtract out the low end from the superarc regular counts. More...
#include <InitializeIntrinsicVertexCountSubtractLowEndWorklet.h>
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 |
Worklet used in HierarchicalHyperSweeper.InitializeIntrinsicVertexCount(...) to subtract out the low end from the superarc regular counts.
using vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountSubtractLowEndWorklet::ControlSignature = void(WholeArrayIn superparents, WholeArrayInOut superarcRegularCounts) |
using vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::InitializeIntrinsicVertexCountSubtractLowEndWorklet::ExecutionSignature = void(InputIndex, _1, _2) |
|
inline |
|
inline |