VTK-m
2.0
|
#include <UpdateOutbound.h>
Public Types | |
using | ControlSignature = void(FieldIn superID, WholeArrayInOut outbound) |
using | ExecutionSignature = void(_1, _2) |
using | InputDomain = _1 |
Public Types inherited from vtkm::worklet::WorkletMapField | |
template<typename Worklet > | |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
VTKM_EXEC_CONT | UpdateOutbound () |
template<typename InOutPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &superID, const InOutPortalType &outbound) const |
using vtkm::worklet::contourtree::UpdateOutbound::ControlSignature = void(FieldIn superID, WholeArrayInOut outbound) |
using vtkm::worklet::contourtree::UpdateOutbound::ExecutionSignature = void(_1, _2) |
|
inline |
|
inline |