#include <DetourProximityGrid.h>
|  | 
|  | dtProximityGrid () | 
|  | 
|  | ~dtProximityGrid () | 
|  | 
| bool | init (const int poolSize, const float cellSize) | 
|  | 
| void | clear () | 
|  | 
| void | addItem (const unsigned short id, const float minx, const float miny, const float maxx, const float maxy) | 
|  | 
| int | queryItems (const float minx, const float miny, const float maxx, const float maxy, unsigned short *ids, const int maxIds) const | 
|  | 
| int | getItemCountAt (const int x, const int y) const | 
|  | 
| const int * | getBounds () const | 
|  | 
| float | getCellSize () const | 
|  | 
      
        
          | dtProximityGrid::dtProximityGrid | ( |  | ) |  | 
      
 
 
      
        
          | dtProximityGrid::~dtProximityGrid | ( |  | ) |  | 
      
 
 
      
        
          | void dtProximityGrid::addItem | ( | const unsigned short | id, | 
        
          |  |  | const float | minx, | 
        
          |  |  | const float | miny, | 
        
          |  |  | const float | maxx, | 
        
          |  |  | const float | maxy | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void dtProximityGrid::clear | ( |  | ) |  | 
      
 
 
  
  | 
        
          | const int* dtProximityGrid::getBounds | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | float dtProximityGrid::getCellSize | ( |  | ) | const |  | inline | 
 
 
      
        
          | int dtProximityGrid::getItemCountAt | ( | const int | x, | 
        
          |  |  | const int | y | 
        
          |  | ) |  | const | 
      
 
 
      
        
          | bool dtProximityGrid::init | ( | const int | poolSize, | 
        
          |  |  | const float | cellSize | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int dtProximityGrid::queryItems | ( | const float | minx, | 
        
          |  |  | const float | miny, | 
        
          |  |  | const float | maxx, | 
        
          |  |  | const float | maxy, | 
        
          |  |  | unsigned short * | ids, | 
        
          |  |  | const int | maxIds | 
        
          |  | ) |  | const | 
      
 
 
The documentation for this class was generated from the following files: