|
VTK-m
2.0
|
#include <MIR.h>
Public Types | |
| using | ControlSignature = void(FieldIn edgeInterpolations, WholeArrayInOut inoutID, WholeArrayInOut inoutWeights) |
| using | ExecutionSignature = void(_1, _2, _3, WorkIndex) |
Public Types inherited from vtkm::worklet::WorkletMapField | |
| template<typename Worklet > | |
| using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
| PerformEdgeInterpolations (vtkm::Id edgePointsOffset) | |
| template<typename EdgeInterp , typename InOutId , typename InOutWeight > | |
| VTKM_EXEC void | operator() (const EdgeInterp &ei, InOutId &field, InOutWeight &field1, const vtkm::Id workIndex) const |
Private Attributes | |
| vtkm::Id | EdgePointsOffset |
| using vtkm::worklet::MIR::InterpolateLookbackField< LookbackArr, WeightArr >::PerformEdgeInterpolations::ControlSignature = void(FieldIn edgeInterpolations, WholeArrayInOut inoutID, WholeArrayInOut inoutWeights) |
| using vtkm::worklet::MIR::InterpolateLookbackField< LookbackArr, WeightArr >::PerformEdgeInterpolations::ExecutionSignature = void(_1, _2, _3, WorkIndex) |
|
inline |
|
inline |
|
private |
1.8.17