Go to the documentation of this file.
   63 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_get_arc_from_functor_h 
   64 #define vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_get_arc_from_functor_h 
   70 namespace contourtree_augmented
 
   72 namespace mesh_dem_contourtree_mesh_inc
 
   78   template <
typename Portal1Type, 
typename Portal2Type>
 
   92   template <
typename PT1, 
typename PT2>
 
   95     return { neighborConnectivityPortal, arcsPortal };
 
  
Functor< PT1, PT2 > CreateFunctor(PT1 neighborConnectivityPortal, PT2 arcsPortal) const
Definition: GetArcFromDecorator.h:93
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
 
Definition: GetArcFromDecorator.h:75
 
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
 
Portal2Type ArcsPortal
Definition: GetArcFromDecorator.h:82
 
Portal1Type NeighborConnectivityPortal
Definition: GetArcFromDecorator.h:81
 
Definition: GetArcFromDecorator.h:79
 
VTKM_EXEC_CONT vtkm::Id operator()(vtkm::Id arcNo) const
Definition: GetArcFromDecorator.h:85