#include <orderings.h>
Inherits Ordering< cur_type >.
Inheritance diagram for HilbertOrdering3D< cur_type >:


Public Member Functions | |
| virtual void | sort (vector< cur_type * > *input) |
Protected Member Functions | |
| virtual double | getVal (const cur_type *const inp) const |
Protected Attributes | |
| double * | hilbertCache |
| unsigned int | min |
Definition at line 260 of file orderings.h.
| virtual double HilbertOrdering3D< cur_type >::getVal | ( | const cur_type *const | inp | ) | const [inline, protected, virtual] |
| virtual void HilbertOrdering3D< cur_type >::sort | ( | vector< cur_type * > * | input | ) | [inline, virtual] |
Reimplemented from Ordering< cur_type >.
Definition at line 275 of file orderings.h.
Referenced by Hilbert_R_tree::handleOverflow().
double* HilbertOrdering3D< cur_type >::hilbertCache [protected] |
Definition at line 264 of file orderings.h.
Referenced by HilbertOrdering3D< Cubic_Bounding_Box_Container >::getVal(), and HilbertOrdering3D< Cubic_Bounding_Box_Container >::sort().
unsigned int HilbertOrdering3D< cur_type >::min [protected] |
Definition at line 265 of file orderings.h.
Referenced by HilbertOrdering3D< Cubic_Bounding_Box_Container >::getVal(), and HilbertOrdering3D< Cubic_Bounding_Box_Container >::sort().
1.5.2