Go to the documentation of this file.
   53 #ifndef vtk_m_worklet_contourtree_augmented_process_contourtree_inc_pointer_doubling_h 
   54 #define vtk_m_worklet_contourtree_augmented_process_contourtree_inc_pointer_doubling_h 
   71 namespace contourtree_augmented
 
   73 namespace process_contourtree_inc
 
   91   template <
typename WhichBranchArrayPortalType>
 
   93                             const WhichBranchArrayPortalType& whichBranchPortal)
 const 
   97       const auto currentValue =
 
   99       whichBranchPortal.Set(supernode, currentValue);
 
  
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
VTKM_EXEC_CONT bool IsTerminalElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:103
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
 
_1 InputDomain
Definition: processcontourtree/PointerDoubling.h:81
 
VTKM_EXEC void operator()(const vtkm::Id supernode, const WhichBranchArrayPortalType &whichBranchPortal) const
Definition: processcontourtree/PointerDoubling.h:92
 
VTKM_EXEC_CONT PointerDoubling(vtkm::Id _NumSupernodes)
Definition: processcontourtree/PointerDoubling.h:86
 
VTKM_EXEC_CONT vtkm::Id MaskedIndex(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:127
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
void ControlSignature(WholeArrayInOut whichBranch)
Definition: processcontourtree/PointerDoubling.h:78
 
Definition: processcontourtree/PointerDoubling.h:75
 
void ExecutionSignature(InputIndex, _1)
Definition: processcontourtree/PointerDoubling.h:80
 
vtkm::Id NumSupernodes
Definition: processcontourtree/PointerDoubling.h:83
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38