Inheritance diagram for SimImmuno.VIH:

Public Member Functions | |
| VIH (int x, int y) | |
| VIH (int x, int y, int life) | |
| VIH (int x, int y, bool mute) | |
| new void | Action () |
Private Member Functions | |
| void | InfectionVIH (Cellule cell) |
| void | Mouvement () |
| bool | TestIfAlive (Cellule cell) |
| bool | TestIfDejaSelect (Cellule cell) |
Private Attributes | |
| int | tmp_count = 0 |
| bool | mutation = false |
|
||||||||||||
|
Definition at line 29 of file VIH.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||
|
Definition at line 36 of file VIH.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||
|
Definition at line 43 of file VIH.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 53 of file VIH.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.index, SimImmuno.VIH.InfectionVIH(), SimImmuno.VIH.Mouvement(), SimImmuno.VIH.mutation, and SimImmuno.Cellule.rnd. |
|
|
Definition at line 88 of file VIH.cs. References SimImmuno.VIH.mutation. Referenced by SimImmuno.VIH.Action(). |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 97 of file VIH.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.Cellule.cell_plusproche, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, SimImmuno.VIH.TestIfAlive(), SimImmuno.VIH.TestIfDejaSelect(), and SimImmuno.VIH.tmp_count. Referenced by SimImmuno.VIH.Action(). |
|
|
Definition at line 158 of file VIH.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), and SimImmuno.Cellule.index. Referenced by SimImmuno.VIH.Mouvement(). |
|
|
Definition at line 177 of file VIH.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.VIH.Mouvement(). |
|
|
Definition at line 27 of file VIH.cs. Referenced by SimImmuno.VIH.Action(), and SimImmuno.VIH.InfectionVIH(). |
|
|
Definition at line 26 of file VIH.cs. Referenced by SimImmuno.VIH.Mouvement(). |
1.4.2