Go to the documentation of this file.
   53 #ifndef vtk_m_worklet_contourtree_distributed_hierarchical_contour_tree_initialize_superchildren_worklet_h 
   54 #define vtk_m_worklet_contourtree_distributed_hierarchical_contour_tree_initialize_superchildren_worklet_h 
   63 namespace contourtree_distributed
 
   71                                 WholeArrayIn hypernodes, 
 
   81   template <
typename InFieldPortalType>
 
   84                                 const InFieldPortalType& hypernodesPortal)
 const 
   96       return hypernodesPortal.Get(hyperarc + 1) - hypernodesPortal.Get(hyperarc);
 
  
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
void(FieldIn hyperarcs, WholeArrayIn hypernodes, FieldOut superchildren) ControlSignature
Definition: InitalizeSuperchildrenWorklet.h:73
 
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
 
A control signature tag for output fields.
Definition: WorkletMapField.h:60
 
_3(InputIndex, _1, _2) ExecutionSignature
Definition: InitalizeSuperchildrenWorklet.h:74
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
VTKM_EXEC_CONT bool NoSuchElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:97
 
_1 InputDomain
Definition: InitalizeSuperchildrenWorklet.h:75
 
A control signature tag for input fields.
Definition: WorkletMapField.h:49
 
VTKM_EXEC_CONT InitalizeSuperchildrenWorklet()
Definition: InitalizeSuperchildrenWorklet.h:79
 
Compute the superarc "to" for every boundary tree node.
Definition: InitalizeSuperchildrenWorklet.h:67
 
VTKM_EXEC vtkm::Id operator()(const vtkm::Id &hyperarc, const vtkm::Id &hyperarcVal, const InFieldPortalType &hypernodesPortal) const
Definition: InitalizeSuperchildrenWorklet.h:82
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38