Inheritance diagram for SimImmuno.LT8:

Public Member Functions | |
| LT8 (int x, int y) | |
| LT8 (int x, int y, int spe) | |
| LT8 (int x, int y, int spe, int life) | |
| new void | Action () |
| void | Activation (Cellule cell) |
Private Member Functions | |
| void | ProdLTc (Cellule lt8_producteur) |
| void | ProdLT8Memoire (Cellule icell) |
| void | Mouvement () |
| bool | TestIfAlive (Cellule cell) |
| bool | TestIfDejaSelect (Cellule cell) |
Private Attributes | |
| int | active_by_il = 0 |
| int | last_infect_detect |
|
||||||||||||
|
Definition at line 29 of file LT8.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LT8.last_infect_detect, SimImmuno.Cellule.Life, SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||
|
Definition at line 37 of file LT8.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LT8.last_infect_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||||||
|
Definition at line 45 of file LT8.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LT8.last_infect_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 53 of file LT8.cs. References SimImmuno.LT8.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.LT8.last_infect_detect, SimImmuno.LT8.Mouvement(), SimImmuno.LT8.ProdLTc(), SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. |
|
|
Definition at line 149 of file LT8.cs. References SimImmuno.LT8.active_by_il. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 155 of file LT8.cs. References SimImmuno.LT8.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.Cellule.cell_plusproche, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, SimImmuno.LT8.TestIfAlive(), and SimImmuno.LT8.TestIfDejaSelect(). Referenced by SimImmuno.LT8.Action(). |
|
|
Definition at line 127 of file LT8.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LT8.ProdLTc(). |
|
|
Definition at line 101 of file LT8.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.Location, SimImmuno.LT8.ProdLT8Memoire(), SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LT8.Action(). |
|
|
Definition at line 217 of file LT8.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.index, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LT8.Mouvement(). |
|
|
Definition at line 236 of file LT8.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.LT8.Mouvement(). |
|
|
Definition at line 26 of file LT8.cs. Referenced by SimImmuno.LT8.Action(), SimImmuno.LT8.Activation(), and SimImmuno.LT8.Mouvement(). |
|
|
Definition at line 27 of file LT8.cs. Referenced by SimImmuno.LT8.Action(), and SimImmuno.LT8.LT8(). |
1.4.2