| 
    VTK-m
    2.0
    
   | 
 
A worklet that takes an array of point indices (taken from the connectivity of a CellSetExplicit) and an array that functions as a map from the original indices to new indices, creates a new array with the new mapped indices. More...
#include <RemoveUnusedPoints.h>
  
Public Types | |
| using | ControlSignature = void(FieldIn pointIndex, WholeArrayIn indexMap, FieldOut mappedPoints) | 
| using | ExecutionSignature = _3(_1, _2) | 
  Public Types inherited from vtkm::worklet::WorkletMapField | |
| template<typename Worklet > | |
| using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > | 
Public Member Functions | |
| template<typename IndexMapPortalType > | |
| VTKM_EXEC vtkm::Id | operator() (vtkm::Id pointIndex, const IndexMapPortalType &indexPortal) const | 
A worklet that takes an array of point indices (taken from the connectivity of a CellSetExplicit) and an array that functions as a map from the original indices to new indices, creates a new array with the new mapped indices.
| using vtkm::worklet::RemoveUnusedPoints::TransformPointIndices::ControlSignature = void(FieldIn pointIndex, WholeArrayIn indexMap, FieldOut mappedPoints) | 
| using vtkm::worklet::RemoveUnusedPoints::TransformPointIndices::ExecutionSignature = _3(_1, _2) | 
      
  | 
  inline | 
 1.8.17