VTK-m
2.2
|
This is the complete list of members for vtkm::exec::PointLocatorSparseGrid, including all inherited members.
CellLower | vtkm::exec::PointLocatorSparseGrid | private |
CellUpper | vtkm::exec::PointLocatorSparseGrid | private |
CoordPortalType typedef | vtkm::exec::PointLocatorSparseGrid | |
Coords | vtkm::exec::PointLocatorSparseGrid | private |
Dims | vtkm::exec::PointLocatorSparseGrid | private |
Dxdydz | vtkm::exec::PointLocatorSparseGrid | private |
FindInBox(const vtkm::Vec3f &queryPoint, const vtkm::Id3 &boxCenter, vtkm::Id level, vtkm::Id &nearestNeighborId, vtkm::FloatDefault &nearestDistance2) const | vtkm::exec::PointLocatorSparseGrid | inlineprivate |
FindInCell(const vtkm::Vec3f &queryPoint, const vtkm::Id3 &ijk, vtkm::Id &nearestNeighborId, vtkm::FloatDefault &nearestDistance2) const | vtkm::exec::PointLocatorSparseGrid | inlineprivate |
FindInPlane(const vtkm::Vec3f &queryPoint, const vtkm::Id3 &planeCenter, const vtkm::Id3 &div, const vtkm::Id3 &mod, const vtkm::Id3 &origin, vtkm::Id numInPlane, vtkm::Id &nearestNeighborId, vtkm::FloatDefault &nearestDistance2) const | vtkm::exec::PointLocatorSparseGrid | inlineprivate |
FindInXPlane(const vtkm::Vec3f &queryPoint, const vtkm::Id3 &planeCenter, vtkm::Id level, vtkm::Id &nearestNeighborId, vtkm::FloatDefault &nearestDistance2) const | vtkm::exec::PointLocatorSparseGrid | inlineprivate |
FindInYPlane(const vtkm::Vec3f &queryPoint, vtkm::Id3 planeCenter, vtkm::Id level, vtkm::Id &nearestNeighborId, vtkm::FloatDefault &nearestDistance2) const | vtkm::exec::PointLocatorSparseGrid | inlineprivate |
FindInZPlane(const vtkm::Vec3f &queryPoint, vtkm::Id3 planeCenter, vtkm::Id level, vtkm::Id &nearestNeighborId, vtkm::FloatDefault &nearestDistance2) const | vtkm::exec::PointLocatorSparseGrid | inlineprivate |
FindNearestNeighbor(const vtkm::Vec3f &queryPoint, vtkm::Id &nearestNeighborId, vtkm::FloatDefault &distance2) const | vtkm::exec::PointLocatorSparseGrid | inline |
IdPortalType typedef | vtkm::exec::PointLocatorSparseGrid | |
Min | vtkm::exec::PointLocatorSparseGrid | private |
PointIds | vtkm::exec::PointLocatorSparseGrid | private |
PointLocatorSparseGrid(const vtkm::Vec3f &min, const vtkm::Vec3f &max, const vtkm::Id3 &dims, const CoordPortalType &coords, const IdPortalType &pointIds, const IdPortalType &cellLower, const IdPortalType &cellUpper) | vtkm::exec::PointLocatorSparseGrid | inline |