VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::spatialstructure::FilterRanges< true > Struct Reference

#include <BoundingIntervalHierarchy.h>

Inheritance diagram for vtkm::worklet::spatialstructure::FilterRanges< true >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn, FieldIn, FieldIn, 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, const vtkm::Range &cellBounds, vtkm::Range &outBounds) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

typedef void vtkm::worklet::spatialstructure::FilterRanges< true >::ExecutionSignature(_1, _2, _3, _4)

◆ InputDomain

using vtkm::worklet::spatialstructure::FilterRanges< true >::InputDomain = _1

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::spatialstructure::FilterRanges< true >::operator() ( const vtkm::FloatDefault value,
const vtkm::FloatDefault planeValue,
const vtkm::Range cellBounds,
vtkm::Range outBounds 
) const
inline

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