Go to the documentation of this file.
   53 #ifndef vtk_m_worklet_contourtree_distributed_tree_grafter_list_new_nodes_copy_ids_worklet_h 
   54 #define vtk_m_worklet_contourtree_distributed_tree_grafter_list_new_nodes_copy_ids_worklet_h 
   63 namespace contourtree_distributed
 
   65 namespace tree_grafter
 
   73     FieldIn globalIdsForBoundaryTreeMeshIndices, 
 
   74     ExecObject findRegularByGlobal,              
 
   86   template <
typename ExecObjectType, 
typename OutFieldPortalType>
 
   89                             const ExecObjectType& findRegularByGlobal,
 
   90                             const OutFieldPortalType& hierarchicalTreeIdPortal)
 const 
   94     hierarchicalTreeIdPortal.Set(vertex, findRegularByGlobal.FindRegularByGlobal(globalId));
 
  
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
Definition: ListNewNodesCopyIdsWorklet.h:69
 
A control signature tag for input fields.
Definition: WorkletMapField.h:49
 
_1 InputDomain
Definition: ListNewNodesCopyIdsWorklet.h:80
 
VTKM_EXEC_CONT ListNewNodesCopyIdsWorklet()
Definition: ListNewNodesCopyIdsWorklet.h:84
 
void(InputIndex, _1, _2, _3) ExecutionSignature
Definition: ListNewNodesCopyIdsWorklet.h:79
 
VTKM_EXEC void operator()(const vtkm::Id &vertex, const vtkm::Id &globalId, const ExecObjectType &findRegularByGlobal, const OutFieldPortalType &hierarchicalTreeIdPortal) const
Definition: ListNewNodesCopyIdsWorklet.h:87
 
void(FieldIn globalIdsForBoundaryTreeMeshIndices, ExecObject findRegularByGlobal, WholeArrayOut hierarchicalTreeId) ControlSignature
Definition: ListNewNodesCopyIdsWorklet.h:77
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38