VTK-m
2.0
|
#include <UnionFind.h>
Public Types | |
using | ControlSignature = void(WholeArrayInOut comp) |
using | ExecutionSignature = void(WorkIndex, _1) |
using | InputDomain = _1 |
Public Types inherited from vtkm::worklet::WorkletMapField | |
template<typename Worklet > | |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
template<typename InOutPortalType > | |
VTKM_EXEC void | operator() (vtkm::Id index, InOutPortalType &comps) const |
using vtkm::worklet::connectivity::PointerJumping::ControlSignature = void(WholeArrayInOut comp) |
using vtkm::worklet::connectivity::PointerJumping::ExecutionSignature = void(WorkIndex, _1) |
|
inline |