VTK-m  2.3
cont/CellLocatorUniformGrid.h
Go to the documentation of this file.
1 //============================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //============================================================================
10 #ifndef vtkm_cont_CellLocatorUniformGrid_h
11 #define vtkm_cont_CellLocatorUniformGrid_h
12 
14 
16 
17 namespace vtkm
18 {
19 namespace cont
20 {
21 
31 {
32 public:
34 
37  vtkm::cont::Token& token) const;
38 
39 private:
45  bool Is3D = true;
46 
47  VTKM_CONT void Build() override;
48 };
49 }
50 } // vtkm::cont
51 
52 #endif //vtkm_cont_CellLocatorUniformGrid_h
vtkm::cont::CellLocatorUniformGrid::PointDims
vtkm::Id3 PointDims
Definition: cont/CellLocatorUniformGrid.h:41
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
CellLocatorBase.h
vtkm::cont::CellLocatorUniformGrid::Origin
vtkm::Vec3f Origin
Definition: cont/CellLocatorUniformGrid.h:42
vtkm::exec::CellLocatorUniformGrid
Structure for locating cells.
Definition: exec/CellLocatorUniformGrid.h:39
vtkm::cont::CellLocatorUniformGrid::InvSpacing
vtkm::Vec3f InvSpacing
Definition: cont/CellLocatorUniformGrid.h:43
CellLocatorUniformGrid.h
vtkm::cont::Token
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
vtkm::exec::CellLocatorUniformGrid::LastCell
Structure capturing the location of a cell in the search structure.
Definition: exec/CellLocatorUniformGrid.h:72
vtkm::cont::CellLocatorBase
Base class for all CellLocator classes.
Definition: CellLocatorBase.h:34
VTKM_CONT_EXPORT
#define VTKM_CONT_EXPORT
Definition: vtkm_cont_export.h:44
vtkm::cont::CellLocatorUniformGrid::MaxPoint
vtkm::Vec3f MaxPoint
Definition: cont/CellLocatorUniformGrid.h:44
VTKM_CONT
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::cont::DeviceAdapterId
An object used to specify a device.
Definition: DeviceAdapterTag.h:58
vtkm::Vec< vtkm::Id, 3 >
vtkm::cont::CellLocatorUniformGrid
A cell locator optimized for finding cells in a uniform grid.
Definition: cont/CellLocatorUniformGrid.h:30
vtkm::cont::CellLocatorUniformGrid::CellDims
vtkm::Id3 CellDims
Definition: cont/CellLocatorUniformGrid.h:40