Inheritance diagram for SimImmuno.LT4:

Public Member Functions | |
| LT4 (int x, int y) | |
| LT4 (int x, int y, int spe) | |
| LT4 (int x, int y, int spe, int life) | |
| new void | Action () |
| void | Activation (Cellule cell) |
Private Member Functions | |
| void | ProdLT4Memoire (Cellule icell) |
| void | ProdIL (int spe) |
| void | Mouvement () |
| bool | TestIfAlive (Cellule cell) |
| bool | TestIfDejaSelect (Cellule cell) |
Private Attributes | |
| int | last_infect_detect |
| int | active_by_il = 0 |
|
||||||||||||
|
Definition at line 29 of file LT4.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LT4.last_infect_detect, and SimImmuno.Cellule.Life. |
|
||||||||||||||||
|
Definition at line 36 of file LT4.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LT4.last_infect_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||||||
|
Definition at line 44 of file LT4.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LT4.last_infect_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 52 of file LT4.cs. References SimImmuno.LT4.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.LT4.last_infect_detect, SimImmuno.LT4.Mouvement(), SimImmuno.LT4.ProdIL(), SimImmuno.LT4.ProdLT4Memoire(), SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. |
|
|
Definition at line 144 of file LT4.cs. References SimImmuno.LT4.active_by_il. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 150 of file LT4.cs. References SimImmuno.LT4.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.Cellule.cell_plusproche, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, SimImmuno.LT4.TestIfAlive(), and SimImmuno.LT4.TestIfDejaSelect(). Referenced by SimImmuno.LT4.Action(). |
|
|
Definition at line 109 of file LT4.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.LT4.Action(). |
|
|
Definition at line 87 of file LT4.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LT4.Action(). |
|
|
Definition at line 212 of file LT4.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.index, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LT4.Mouvement(). |
|
|
Definition at line 231 of file LT4.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.LT4.Mouvement(). |
|
|
Definition at line 27 of file LT4.cs. Referenced by SimImmuno.LT4.Action(), SimImmuno.LT4.Activation(), and SimImmuno.LT4.Mouvement(). |
|
|
Definition at line 26 of file LT4.cs. Referenced by SimImmuno.LT4.Action(), and SimImmuno.LT4.LT4(). |
1.4.2