Go to the documentation of this file.
11 #ifndef vtk_m_cont_CellLocatorBoundingIntervalHierarchy_h
12 #define vtk_m_cont_CellLocatorBoundingIntervalHierarchy_h
39 using LastCell =
typename ExecObjType::LastCell;
44 : NumPlanes(numPlanes)
45 , MaxLeafSize(maxLeafSize)
54 this->NumPlanes = numPlanes;
64 this->MaxLeafSize = maxLeafSize;
82 struct MakeExecObject;
88 #endif // vtk_m_cont_CellLocatorBoundingIntervalHierarchy_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::IdComponent NumPlanes
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:75
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
typename detail::ListApplyImpl< List, Target >::type ListApply
Applies the list of types to a template.
Definition: List.h:138
vtkm::IdComponent MaxLeafSize
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:76
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
vtkm::ListTransform< SupportedCellSets, vtkm::exec::CellLocatorBoundingIntervalHierarchy > CellLocatorExecList
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:36
void SetMaxLeafSize(vtkm::IdComponent maxLeafSize)
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:62
#define VTKM_DEFAULT_CELL_SET_LIST
Definition: DefaultTypes.h:77
vtkm::ListApply< CellLocatorExecList, vtkm::exec::CellLocatorMultiplexer > ExecObjType
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:38
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
void SetNumberOfSplittingPlanes(vtkm::IdComponent numPlanes)
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:52
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
vtkm::IdComponent GetNumberOfSplittingPlanes()
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:59
CellLocatorBoundingIntervalHierarchy(vtkm::IdComponent numPlanes=4, vtkm::IdComponent maxLeafSize=5)
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:42
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:30
An object used to specify a device.
Definition: DeviceAdapterTag.h:58
typename ExecObjType::LastCell LastCell
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:39
vtkm::Id GetMaxLeafSize()
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:69
vtkm::cont::ArrayHandle< vtkm::exec::CellLocatorBoundingIntervalHierarchyNode > Nodes
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:77
vtkm::cont::ArrayHandle< vtkm::Id > ProcessedCellIds
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:78
::vtkm::cont::internal::CellSetList SupportedCellSets
Definition: cont/CellLocatorBoundingIntervalHierarchy.h:33