index.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include "assert.h"
#include "index.h"
#include "card.h"

Include dependency graph for index.c:

Go to the source code of this file.

Functions

struct NodeRTreeNewIndex (void)
int RTreeSearch (struct Node *N, struct Rect *R, SearchHitCallback shcb, void *cbarg)
int RTreeInsertRect (struct Rect *R, int Tid, struct Node **Root, int Level)
int RTreeDeleteRect (struct Rect *R, int Tid, struct Node **Nn)


Function Documentation

int RTreeDeleteRect ( struct Rect R,
int  Tid,
struct Node **  Nn 
)

int RTreeInsertRect ( struct Rect R,
int  Tid,
struct Node **  Root,
int  Level 
)

struct Node* RTreeNewIndex ( void   )  [read]

int RTreeSearch ( struct Node N,
struct Rect R,
SearchHitCallback  shcb,
void *  cbarg 
)


Generated on Sun Apr 6 17:32:49 2008 for GRASS by  doxygen 1.5.5