SpatialQueryDescriptor.hpp
21 SpatialQueryDescriptor describes one of those query types, or a combination thereof, which returns up to k objects that are inside the given region.
22 kNN queries return the results ordered in ascending distance from the queried position, where distance is defined according to the kNN-Dimension (2d or 3d).
24 A certain order of results for kNN, region, and combined queries can be forced via SortOrder::Type.
106 box = 5, ///< axis-aligned rectangular cuboid defined by 6 values (xmin, ymin, zmin, xmax, ymax, zmax)
126 /// Construct from the given string that must adhere to the <a href="#SpatialQuery">syntax</a>, if not empty.
159 void setKNN( unsigned k, KNNDim::Type knnDim, KNNSelection::Type knnSelection = KNNSelection::ordinary );
