VTK-m
2.0
|
#include <FieldHistogram.h>
Public Types | |
using | ControlSignature = void(FieldIn inputIndex, WholeArrayIn counts, FieldOut outputCount) |
using | ExecutionSignature = void(_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 WholeArrayType > | |
VTKM_EXEC void | operator() (const vtkm::Id &index, const WholeArrayType &counts, vtkm::Id &difference) const |
using vtkm::worklet::FieldHistogram::AdjacentDifference::ControlSignature = void(FieldIn inputIndex, WholeArrayIn counts, FieldOut outputCount) |
using vtkm::worklet::FieldHistogram::AdjacentDifference::ExecutionSignature = void(_1, _2, _3) |
|
inline |