Public Member Functions | |
| HeapInfo (int index_, float bestError_) | |
| Only initializes members from the parameters. | |
| bool | operator< (const HeapInfo &other) const |
| Reverse comparison operator according to the bestError (lowest first). | |
Public Attributes | |
| int | index |
| The index of the node in the tree. | |
| float | bestError |
| The SE-distance of the node from the range's point. | |
Definition at line 86 of file saupePredictor.h.
1.5.8