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