RTreeQuery.cc | RTreeQuery.cc | |||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | |||
// | // | |||
// Email: | // Email: | |||
// mhadji@gmail.com | // mhadji@gmail.com | |||
// NOTE: Please read README.txt before browsing this code. | // NOTE: Please read README.txt before browsing this code. | |||
#include <cstring> | #include <cstring> | |||
// include library header file. | // include library header file. | |||
#include <SpatialIndex.h> | #include <spatialindex/SpatialIndex.h> | |||
using namespace SpatialIndex; | using namespace SpatialIndex; | |||
using namespace std; | using namespace std; | |||
#define INSERT 1 | #define INSERT 1 | |||
#define DELETE 0 | #define DELETE 0 | |||
#define QUERY 2 | #define QUERY 2 | |||
// example of a Visitor pattern. | // example of a Visitor pattern. | |||
// findes the index and leaf IO for answering the query and prints | // findes the index and leaf IO for answering the query and prints | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |