Go to the documentation of this file.
63 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_arc_valid_decorator_h
64 #define vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_arc_valid_decorator_h
70 namespace contourtree_augmented
72 namespace mesh_dem_contourtree_mesh_inc
77 template <
typename PortalType>
89 template <
typename PT>
92 return { arcsPortal };
Functor< PT > CreateFunctor(PT arcsPortal) const
Definition: ArcValidDecorator.h:90
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
Definition: ArcValidDecorator.h:78
Definition: ArcValidDecorator.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
VTKM_EXEC_CONT vtkm::Id operator()(vtkm::Id arcNo) const
Definition: ArcValidDecorator.h:83
PortalType ArcsPortal
Definition: ArcValidDecorator.h:80