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

#include <BoundingIntervalHierarchy.h>

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

Public Types

typedef void ControlSignature(FieldIn, FieldIn, FieldOut, FieldOut)
 
typedef void ExecutionSignature(_1, _2, _3, _4)
 
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::FloatDefault &value, const vtkm::FloatDefault &planeValue, vtkm::Id &leq, vtkm::Id &r) const
 

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::LEQWorklet::ExecutionSignature(_1, _2, _3, _4)

◆ InputDomain

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::spatialstructure::LEQWorklet::operator() ( const vtkm::FloatDefault value,
const vtkm::FloatDefault planeValue,
vtkm::Id leq,
vtkm::Id r 
) const
inline

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