AbstractGrid() | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprotected |
AbstractGrid(const GridType &grid, IntersectsCellFunction intersects=nullptr) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprotected |
AbstractGrid(const PointType &min, const PointType &max, const KeyType &sizes, IntersectsCellFunction intersects=nullptr) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprotected |
AbstractGrid(const BoxType &bbox, const KeyType &sizes, IntersectsCellFunction intersects=nullptr) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprotected |
AbstractGrid(ObjIterator begin, ObjIterator end, IntersectsCellFunction intersects=nullptr) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprotected |
AbstractGrid(Rng &&r, IntersectsCellFunction intersects=nullptr) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprotected |
Boxui typedef (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | private |
cellEmpty(const KeyType &k) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
closestInCells(const QueryValueType &qv, typename GridType::ScalarType &dist, const Boxui &interval, QueryBoundedDistFunction< QueryValueType > distFunction, const Boxui &ignore=Boxui()) const | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprivate |
closestValue(const QueryValueType &qv, QueryBoundedDistFunction< QueryValueType > distFunction, typename GridType::ScalarType &dist) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
closestValue(const QueryValueType &qv, QueryDistFunction< QueryValueType > distFunction, typename GridType::ScalarType &dist) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
closestValue(const QueryValueType &qv, QueryDistFunction< QueryValueType > distFunction) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
closestValue(const QueryValueType &qv, typename GridType::ScalarType &dist) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
closestValue(const QueryValueType &qv) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
countInCell(const KeyType &k) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
countInSphere(const Sphere< typename GridType::ScalarType > &s) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
derived() (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprivate |
derived() const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprivate |
erase(const ValueType &v) (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
eraseAllInCell(const KeyType &k) (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
eraseInSphere(const Sphere< typename GridType::ScalarType > &s) (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
insert(const ValueType &v) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
insert(ObjIterator begin, ObjIterator end) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
insert(Rng &&r) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
IntersectsCellFunction typedef | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | |
kClosestValues(const QueryValueType &qv, uint n, QueryDistFunction< QueryValueType > distFunction) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
kClosestValues(const QueryValueType &qv, uint n) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
KeyType typedef (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | |
mIntersectsFun (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | protected |
QueryBoundedDistFunction typedef | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | |
QueryDistFunction typedef | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | |
valueIsInSpehere(const Iterator &it, const Sphere< typename GridType::ScalarType > &s) const | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprivate |
valuesInCellNeighborhood(const QueryValueType &qv, uint n, QueryDistFunction< QueryValueType > distFunction, Boxui &ignore) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inlineprivate |
valuesInSphere(const Sphere< typename GridType::ScalarType > &s) const (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | inline |
VT typedef (defined in vcl::AbstractGrid< GridType, ValueType, DerivedGrid >) | vcl::AbstractGrid< GridType, ValueType, DerivedGrid > | private |