Allink  v0.1
Public Member Functions | Public Attributes | Friends
DomCell Class Reference

For every cube how many particles and which are the first and the last. More...

#include <Cubo.h>

List of all members.

Public Member Functions

DomCelloperator= (const DomCell &Dc)
 Return the cell class.
DomCelloperator+= (const int i)
DomCelloperator++ ()
 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.

Detailed Description

For every cube how many particles and which are the first and the last.

Definition at line 142 of file Cubo.h.


The documentation for this class was generated from the following files: