SpherePackingScenarioGenerator
|
#include <Box.h>
Public Member Functions | |
collision (int i_i, algorithms::ls::Box *b) | |
virtual void | Operation (int j, Vector< DIM, int > &pboffset) |
Public Attributes | |
algorithms::ls::Box * | b |
int | cpartner |
Vector< DIM, int > | cpartnerpboffset |
double | ctime |
Class collision predicts collision,inherits neighbor operation
algorithms::ls::collision::collision | ( | int | i_i, |
algorithms::ls::Box * | b | ||
) |
Constructor
void algorithms::ls::collision::Operation | ( | int | j, |
Vector< DIM, int > & | pboffset | ||
) | [virtual] |
Operation is finding the next collision from a given cell
Implements algorithms::ls::Neighbor.