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

#include <BoundingIntervalHierarchy.h>

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

Public Types

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

Public Member Functions

template<typename InputType , typename OutputPortalType >
VTKM_EXEC void operator() (const InputType &in, const vtkm::Id &idx, OutputPortalType &out) const
 

Member Typedef Documentation

◆ ControlSignature

typedef void vtkm::worklet::spatialstructure::Scatter::ControlSignature(FieldIn, FieldIn, WholeArrayOut)

◆ ExecutionSignature

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

◆ InputDomain

Member Function Documentation

◆ operator()()

template<typename InputType , typename OutputPortalType >
VTKM_EXEC void vtkm::worklet::spatialstructure::Scatter::operator() ( const InputType &  in,
const vtkm::Id idx,
OutputPortalType &  out 
) const
inline

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