Go to the documentation of this file.
   46 #ifndef vtk_m_worklet_contourtree_distributed_hierarchical_augmenter_resize_arrays_build_new_supernode_ids_worklet_h 
   47 #define vtk_m_worklet_contourtree_distributed_hierarchical_augmenter_resize_arrays_build_new_supernode_ids_worklet_h 
   56 namespace contourtree_distributed
 
   58 namespace hierarchical_augmenter
 
   69       supernodeIdSetPermuted, 
 
   83   template <
typename InOutFieldPortalType>
 
   87     const InOutFieldPortalType& newSupernodeIdsPortal)
 const 
  103       newSupernodeIdsPortal.Set(oldSupernodeId, newSupernodeId);
 
  
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
Worklet used in HierarchicalAugmenter<FieldType>ResizeArrays to build the newSupernodeIds array.
Definition: ResizeArraysBuildNewSupernodeIdsWorklet.h:62
 
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
 
_1 InputDomain
Definition: ResizeArraysBuildNewSupernodeIdsWorklet.h:74
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
VTKM_EXEC void operator()(const vtkm::Id &supernode, const vtkm::Id &oldSupernodeId, const InOutFieldPortalType &newSupernodeIdsPortal) const
Definition: ResizeArraysBuildNewSupernodeIdsWorklet.h:84
 
VTKM_EXEC_CONT bool NoSuchElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:97
 
const vtkm::Id NumSupernodesAlready
Definition: ResizeArraysBuildNewSupernodeIdsWorklet.h:126
 
A control signature tag for input fields.
Definition: WorkletMapField.h:49
 
void(FieldIn supernodeIndex, FieldIn supernodeIdSetPermuted, WholeArrayInOut newSupernodeIds) ControlSignature
Control signature for the worklet.
Definition: ResizeArraysBuildNewSupernodeIdsWorklet.h:72
 
void(_1, _2, _3) ExecutionSignature
Definition: ResizeArraysBuildNewSupernodeIdsWorklet.h:73
 
VTKM_EXEC_CONT ResizeArraysBuildNewSupernodeIdsWorklet(const vtkm::Id &numSupernodesAlready)
Definition: ResizeArraysBuildNewSupernodeIdsWorklet.h:78
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38