Go to the documentation of this file.
63 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_apply_lookup_table_decorator_h
64 #define vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_apply_lookup_table_decorator_h
70 namespace contourtree_augmented
72 namespace mesh_dem_contourtree_mesh_inc
78 template <
typename ArrayPortalType,
typename LookupTablePortalType>
93 template <
typename PT1,
typename PT2>
96 return { array, lookupTable };
LookupTablePortalType LookupTablePortal
Definition: ApplyLookupTableDecorator.h:82
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_ASSERT(condition)
Definition: Assert.h:43
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
VTKM_EXEC_CONT LookupTablePortalType::ValueType operator()(vtkm::Id i) const
Definition: ApplyLookupTableDecorator.h:85
Functor< PT1, PT2 > CreateFunctor(PT1 array, PT2 lookupTable) const
Definition: ApplyLookupTableDecorator.h:94
Definition: ApplyLookupTableDecorator.h:75
ArrayPortalType ArrayPortal
Definition: ApplyLookupTableDecorator.h:81
Definition: ApplyLookupTableDecorator.h:79