#include <string>
#include <ctime>
#include <stdio.h>
#include "larreco/ClusterFinder/RStarTree/RStarTree.h"
Go to the source code of this file.
Classes | |
struct | Visitor |
Macros | |
#define | RANDOM_DATASET |
#define | nodes 20000 |
Typedefs | |
typedef RStarTree< int, 2, 32, 64 > | RTree |
typedef RTree::BoundingBox | BoundingBox |
Functions | |
BoundingBox | bounds (int x, int y, int w, int h) |
int | main (int argc, char **argv) |
#define nodes 20000 |
typedef RTree::BoundingBox BoundingBox |
BoundingBox bounds | ( | int | x, |
int | y, | ||
int | w, | ||
int | h | ||
) |
Definition at line 37 of file main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 72 of file main.cpp.