Go to the documentation of this file.
10 #ifndef vtk_m_cont_CellLocatorUniformBins_h
11 #define vtk_m_cont_CellLocatorUniformBins_h
39 :
public vtkm::cont::internal::CellLocatorBase<CellLocatorUniformBins>
41 using Superclass = vtkm::cont::internal::CellLocatorBase<CellLocatorUniformBins>;
43 template <
typename CellSetCont>
56 using LastCell =
typename ExecObjType::LastCell;
62 void PrintSummary(std::ostream& out)
const;
83 struct MakeExecObject;
89 #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:132
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
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:592
#define VTKM_CONT
Definition: ExportMacros.h:57
Definition: DeviceAdapterTag.h:52
A tag used to identify the cell elements in a topology.
Definition: TopologyElementTag.h:24