Inheritance diagram for SimImmuno.LBm:

Public Member Functions | |
| LBm (int x, int y, int spe) | |
| LBm (int x, int y, int spe, int life) | |
| void | Activation (Cellule cell) |
| new void | Action () |
Private Member Functions | |
| void | ProdPlasmo (Cellule icell) |
| void | ProdLBMemoire (Cellule icell) |
| void | Mouvement () |
| bool | TestIfAlive (Cellule cell) |
| bool | TestIfDejaSelect (Cellule cell) |
Private Attributes | |
| int | active_by_il = 0 |
| int | last_ag_detect |
|
||||||||||||||||
|
Definition at line 29 of file LBm.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LBm.last_ag_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LBm.ProdLBMemoire(). |
|
||||||||||||||||||||
|
Definition at line 37 of file LBm.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LBm.last_ag_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 51 of file LBm.cs. References SimImmuno.LBm.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.LBm.last_ag_detect, SimImmuno.LBm.Mouvement(), SimImmuno.LBm.ProdLBMemoire(), SimImmuno.LBm.ProdPlasmo(), SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. |
|
|
Definition at line 45 of file LBm.cs. References SimImmuno.LBm.active_by_il. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 150 of file LBm.cs. References SimImmuno.LBm.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.Cellule.cell_plusproche, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, SimImmuno.LBm.TestIfAlive(), and SimImmuno.LBm.TestIfDejaSelect(). Referenced by SimImmuno.LBm.Action(). |
|
|
Definition at line 128 of file LBm.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.LBm.LBm(), and SimImmuno.Cellule.rnd. Referenced by SimImmuno.LBm.Action(). |
|
|
Definition at line 106 of file LBm.cs. References SimImmuno.Plasmocyte.Activation(), SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LBm.Action(). |
|
|
Definition at line 212 of file LBm.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.index, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LBm.Mouvement(). |
|
|
Definition at line 231 of file LBm.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.LBm.Mouvement(). |
|
|
Definition at line 26 of file LBm.cs. Referenced by SimImmuno.LBm.Action(), SimImmuno.LBm.Activation(), and SimImmuno.LBm.Mouvement(). |
|
|
Definition at line 27 of file LBm.cs. Referenced by SimImmuno.LBm.Action(), and SimImmuno.LBm.LBm(). |
1.4.2