#include <CellLocatorRectilinearGrid.h>
|
template<vtkm::IdComponent dimensions> |
VTKM_CONT | CellLocatorRectilinearGrid (const vtkm::Id planeSize, const vtkm::Id rowSize, const vtkm::cont::CellSetStructured< dimensions > &cellSet, const RectilinearType &coords, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) |
|
VTKM_EXEC bool | IsInside (const vtkm::Vec3f &point) const |
|
VTKM_EXEC vtkm::ErrorCode | FindCell (const vtkm::Vec3f &point, vtkm::Id &cellId, vtkm::Vec3f ¶metric, LastCell &vtkmNotUsed(lastCell)) const |
|
VTKM_EXEC vtkm::ErrorCode | FindCell (const vtkm::Vec3f &point, vtkm::Id &cellId, vtkm::Vec3f ¶metric) const |
|
◆ AxisHandle
◆ AxisPortalType
◆ RectilinearPortalType
◆ RectilinearType
◆ CellLocatorRectilinearGrid()
template<vtkm::IdComponent dimensions>
◆ FindCell() [1/2]
◆ FindCell() [2/2]
◆ IsInside()
◆ ToId3() [1/3]
◆ ToId3() [2/3]
◆ ToId3() [3/3]
◆ AxisPortals
◆ Dimensions
vtkm::Id vtkm::exec::CellLocatorRectilinearGrid::Dimensions |
|
private |
◆ MaxPoint
vtkm::Vec3f vtkm::exec::CellLocatorRectilinearGrid::MaxPoint |
|
private |
◆ MinPoint
vtkm::Vec3f vtkm::exec::CellLocatorRectilinearGrid::MinPoint |
|
private |
◆ PlaneSize
vtkm::Id vtkm::exec::CellLocatorRectilinearGrid::PlaneSize |
|
private |
◆ PointDimensions
vtkm::Id3 vtkm::exec::CellLocatorRectilinearGrid::PointDimensions |
|
private |
◆ RowSize
vtkm::Id vtkm::exec::CellLocatorRectilinearGrid::RowSize |
|
private |
The documentation for this class was generated from the following file: