|
Allink
v0.1
|
For every cube how many particles and which are the first and the last. More...
#include <Cubo.h>
Public Member Functions | |
| DomCell & | operator= (const DomCell &Dc) |
| Return the cell class. | |
| DomCell & | operator+= (const int i) |
| DomCell & | operator++ () |
| Increase the iterator, deactivated. | |
Public Attributes | |
| int | NPart |
| Number of particles in the cell. | |
| int | First |
| First particle in the cell. | |
| int | Last |
| Last particle in the cell. | |
| int | Curr1 |
| First pointed particle;. | |
| int | Curr2 |
| Second pointed particle;. | |
Friends | |
| void | operator+ (DomCell &Dc) |
| Increment the current position. | |
For every cube how many particles and which are the first and the last.
1.8.11