|
changa 3.5
|
structure for sorting TreePieces in one dimension for load balancing. More...
#include <MapStructures.h>
Public Member Functions | |
| Event (float pos, float ld, int o) | |
| bool | operator< (const Event &e) const |
| bool | operator<= (const Event &e) const |
| bool | operator>= (const Event &e) const |
| void | pup (PUP::er &p) |
Public Attributes | |
| int | owner |
| Index within TreePiece array or stats->objData array of this TreePiece. | |
| float | load |
| load of this TreePiece | |
| float | position |
| Centroid of this TreePiece in a particular dimension. | |
structure for sorting TreePieces in one dimension for load balancing.