VTK-m
2.0
|
Step 1 of IdentifyRegularisedSupernodes. More...
#include <CompressRegularisedNodesTransferVerticesWorklet.h>
Public Types | |
using | ControlSignature = void(FieldIn bractVertexSuperset, FieldIn newVertexId, WholeArrayOut newVertexIndex) |
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 | |
VTKM_EXEC_CONT | CompressRegularisedNodesTransferVerticesWorklet () |
template<typename OutPortalType > | |
VTKM_EXEC void | operator() (const vtkm::Id &bractVertexSupersetIndex, const vtkm::Id &newVertexIdIn, const OutPortalType &newVertexIndexPortal) const |
Step 1 of IdentifyRegularisedSupernodes.
using vtkm::worklet::contourtree_distributed::bract_maker::CompressRegularisedNodesTransferVerticesWorklet::ControlSignature = void(FieldIn bractVertexSuperset, FieldIn newVertexId, WholeArrayOut newVertexIndex) |
using vtkm::worklet::contourtree_distributed::bract_maker::CompressRegularisedNodesTransferVerticesWorklet::ExecutionSignature = void(_1, _2, _3) |
|
inline |
|
inline |