changa  3.5
 All Classes Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Event Struct Reference

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.
 

Detailed Description

structure for sorting TreePieces in one dimension for load balancing.


The documentation for this struct was generated from the following file: