Go to the documentation of this file.
10 #ifndef vtk_m_cont_CellLocatorUniformBins_h
11 #define vtk_m_cont_CellLocatorUniformBins_h
40 template <
typename CellSetCont>
53 using LastCell =
typename ExecObjType::LastCell;
59 void PrintSummary(std::ostream& out)
const;
79 struct MakeExecObject;
85 #endif // vtk_m_cont_CellLocatorUniformBins_h
A tag used to identify the point elements in a topology.
Definition: TopologyElementTag.h:34
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
#define VTKM_DEFAULT_CELL_SET_LIST
Definition: DefaultTypes.h:77
typename detail::ListTransformImpl< List, Transform >::type ListTransform
Constructs a list containing all types in a source list applied to a transform template.
Definition: List.h:598
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
An object used to specify a device.
Definition: DeviceAdapterTag.h:58
A tag used to identify the cell elements in a topology.
Definition: TopologyElementTag.h:24