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

#include <Probe.h>

Inheritance diagram for vtkm::worklet::Probe::HiddenPointsWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn cellids, FieldOut hfield)
 
using ExecutionSignature = _2(_1)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC vtkm::UInt8 operator() (vtkm::Id cellId) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Member Function Documentation

◆ operator()()

VTKM_EXEC vtkm::UInt8 vtkm::worklet::Probe::HiddenPointsWorklet::operator() ( vtkm::Id  cellId) const
inline

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