Go to the documentation of this file.
10 #ifndef vtk_m_cont_CellLocatorGeneral_h
11 #define vtk_m_cont_CellLocatorGeneral_h
50 vtkm::cont::internal::ExecutionObjectType<vtkm::cont::CellLocatorRectilinearGrid>,
51 vtkm::cont::internal::ExecutionObjectType<vtkm::cont::CellLocatorTwoLevel>>;
54 using LastCell =
typename ExecObjType::LastCell;
64 struct PrepareFunctor;
69 #endif // vtk_m_cont_CellLocatorGeneral_h
Definition: cont/CellLocatorRectilinearGrid.h:22
Groups connected points that have the same field value.
Definition: Atomic.h:19
typename detail::ListApplyImpl< List, Target >::type ListApply
Applies the list of types to a template.
Definition: List.h:138
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
Base class for all CellLocator classes.
Definition: CellLocatorBase.h:35
#define VTKM_CONT_EXPORT
Definition: vtkm_cont_export.h:44
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::ListApply< ExecLocatorList, vtkm::exec::CellLocatorMultiplexer > ExecObjType
Definition: CellLocatorGeneral.h:53
A CellLocator that works generally well for any supported cell set.
Definition: CellLocatorGeneral.h:41
vtkm::cont::ListAsVariant< ContLocatorList > LocatorImpl
Definition: CellLocatorGeneral.h:60
An object used to specify a device.
Definition: DeviceAdapterTag.h:58
typename ExecObjType::LastCell LastCell
Definition: CellLocatorGeneral.h:54
A template used to hold a list of types.
Definition: List.h:39
A locator that uses 2 nested levels of grids.
Definition: cont/CellLocatorTwoLevel.h:43