Allink  v0.1
Public Member Functions | Public Attributes | Friends | List of all members
DomCell Class Reference

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

#include <Cubo.h>

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: