|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the data type stored in the PRTreepublic interface MBRConverter<T>
A class that given a T can tell the minimum and maximum ordinates for that object.
| Method Summary | |
|---|---|
int |
getDimensions()
|
double |
getMax(int axis,
T t)
Get the maximum coordinate value for the given t |
double |
getMin(int axis,
T t)
Get the minimum coordinate value for the given t. |
| Method Detail |
|---|
int getDimensions()
double getMin(int axis,
T t)
axis - the axis to get the min value fort - the object to get the mbr ordinate for
double getMax(int axis,
T t)
axis - the axis to get the max value fort - the object to get the mbr ordinate for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||