VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::spatialstructure::SplitIndicesCalculator Struct Reference

#include <BoundingIntervalHierarchy.h>

Inheritance diagram for vtkm::worklet::spatialstructure::SplitIndicesCalculator:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn, FieldIn, FieldIn, FieldIn, FieldIn, FieldOut)
 
typedef void ExecutionSignature(_1, _2, _3, _4, _5, _6)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC void operator() (const vtkm::Id &leqFlag, const vtkm::Id &trueFlagCount, const vtkm::Id &countPreviousSegment, const vtkm::Id &runningFalseFlagCount, const vtkm::Id &totalFalseFlagCount, vtkm::Id &scatterIndex) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::spatialstructure::SplitIndicesCalculator::ControlSignature(FieldIn, FieldIn, FieldIn, FieldIn, FieldIn, FieldOut)

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::SplitIndicesCalculator::ExecutionSignature(_1, _2, _3, _4, _5, _6)

◆ InputDomain

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::spatialstructure::SplitIndicesCalculator::operator() ( const vtkm::Id leqFlag,
const vtkm::Id trueFlagCount,
const vtkm::Id countPreviousSegment,
const vtkm::Id runningFalseFlagCount,
const vtkm::Id totalFalseFlagCount,
vtkm::Id scatterIndex 
) const
inline

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