#include <boxClump.h>
Collaboration diagram for boxIn:

Data Fields | |
| boxIn * | next |
| void * | data |
| int | qStart |
| int | qEnd |
| int | tStart |
| int | tEnd |
Definition at line 7 of file boxClump.h.
struct boxIn* boxIn::next [read] |
| void* boxIn::data |
Definition at line 11 of file boxClump.h.
| int boxIn::qStart |
Definition at line 12 of file boxClump.h.
Referenced by boxFindClumps(), boxInCmpQuery(), lumpOneDimension(), and rBoxJoin().
| int boxIn::qEnd |
Definition at line 12 of file boxClump.h.
Referenced by boxFindClumps(), lumpOneDimension(), and rBoxJoin().
| int boxIn::tStart |
Definition at line 13 of file boxClump.h.
Referenced by boxFindClumps(), boxInCmpTarget(), lumpOneDimension(), and rBoxJoin().
| int boxIn::tEnd |
Definition at line 13 of file boxClump.h.
Referenced by boxFindClumps(), lumpOneDimension(), and rBoxJoin().
1.5.2