VTK-m
2.0
|
Step 1 of IdentifyRegularisedSupernodes. More...
#include <CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet.h>
Public Types | |
using | ControlSignature = void(WholeArrayIn newSuperarc, WholeArrayIn reverseSorter, FieldIn vertexSorter, FieldOut bractSuperarcs) |
using | ExecutionSignature = _4(_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 | |
VTKM_EXEC_CONT | CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet () |
template<typename InFieldPortalType > | |
VTKM_EXEC vtkm::Id | operator() (const InFieldPortalType newSuperarcPortal, const InFieldPortalType reverseSorterPortal, const vtkm::Id &vertexSorterIndex) const |
Step 1 of IdentifyRegularisedSupernodes.
using vtkm::worklet::contourtree_distributed::bract_maker::CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet::ControlSignature = void(WholeArrayIn newSuperarc, WholeArrayIn reverseSorter, FieldIn vertexSorter, FieldOut bractSuperarcs) |
using vtkm::worklet::contourtree_distributed::bract_maker::CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet::ExecutionSignature = _4(_1, _2, _3) |
|
inline |
|
inline |