Inheritance diagram for SimImmuno.Cellule:

Public Member Functions | |
| Cellule (int x, int y) | |
| Cellule (int x, int y, int life) | |
| void | Action () |
| double | DistTo (Cellule cell_source, Cellule cell_dest) |
Public Attributes | |
| const int | MaxLifeTime = 1000 |
| Point | Location |
| int | Life |
| int | specificite |
| int | index |
| CellulesCollection | ccol_copy |
| Cellule | cell_plusproche |
Static Public Attributes | |
| static Random | rnd |
Private Member Functions | |
| void | Divide () |
| void | Mouvement () |
|
||||||||||||
|
Definition at line 37 of file Cellule.cs. References SimImmuno.Cellule.Life, SimImmuno.Cellule.Location, SimImmuno.Cellule.MaxLifeTime, and SimImmuno.Cellule.rnd. Referenced by SimImmuno.Cellule.Divide(). |
|
||||||||||||||||
|
Definition at line 43 of file Cellule.cs. References SimImmuno.Cellule.Life, and SimImmuno.Cellule.Location. |
|
|
Reimplemented in SimImmuno.Anticorp, SimImmuno.Antigen, SimImmuno.CellInfect, SimImmuno.CI, SimImmuno.Debris, SimImmuno.InfectVIH, SimImmuno.LB, SimImmuno.LBm, SimImmuno.LT4, SimImmuno.LT4m, SimImmuno.LT8, SimImmuno.LT8m, SimImmuno.LTc, SimImmuno.Phagocyte, SimImmuno.Plasmocyte, and SimImmuno.VIH. Definition at line 49 of file Cellule.cs. References SimImmuno.Cellule.Divide(), SimImmuno.Cellule.Mouvement(), and SimImmuno.Cellule.rnd. |
|
||||||||||||
|
|
Reimplemented in SimImmuno.CellInfect. Definition at line 143 of file Cellule.cs. References SimImmuno.Cellule.Cellule(), SimImmuno.Cellule.Location, and SimImmuno.Cellule.rnd. Referenced by SimImmuno.Cellule.Action(). |
|
|
Reimplemented in SimImmuno.Anticorp, SimImmuno.Antigen, SimImmuno.CellInfect, SimImmuno.CI, SimImmuno.Debris, SimImmuno.InfectVIH, SimImmuno.LB, SimImmuno.LBm, SimImmuno.LT4, SimImmuno.LT4m, SimImmuno.LT8, SimImmuno.LT8m, SimImmuno.LTc, SimImmuno.Phagocyte, SimImmuno.Plasmocyte, and SimImmuno.VIH. Definition at line 161 of file Cellule.cs. References SimImmuno.Cellule.rnd. Referenced by SimImmuno.Cellule.Action(). |
|
|
|
|
|
|
|
Definition at line 28 of file Cellule.cs. Referenced by SimImmuno.CellInfect.CellInfect(), and SimImmuno.Cellule.Cellule(). |
|
|
1.4.2