Inheritance diagram for SimImmuno.LB:

Public Member Functions | |
| LB (int x, int y) | |
| LB (int x, int y, int spe) | |
| LB (int x, int y, int spe, int life) | |
| new void | Action () |
| void | Activation (Cellule cell) |
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 LB.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LB.last_ag_detect, SimImmuno.Cellule.Life, SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||
|
Definition at line 37 of file LB.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LB.last_ag_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||||||
|
Definition at line 45 of file LB.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.LB.last_ag_detect, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 53 of file LB.cs. References SimImmuno.LB.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.LB.last_ag_detect, SimImmuno.LB.Mouvement(), SimImmuno.LB.ProdLBMemoire(), SimImmuno.LB.ProdPlasmo(), SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. |
|
|
Definition at line 152 of file LB.cs. References SimImmuno.LB.active_by_il. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 158 of file LB.cs. References SimImmuno.LB.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.Cellule.cell_plusproche, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, SimImmuno.LB.TestIfAlive(), and SimImmuno.LB.TestIfDejaSelect(). Referenced by SimImmuno.LB.Action(). |
|
|
Definition at line 130 of file LB.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), and SimImmuno.Cellule.rnd. Referenced by SimImmuno.LB.Action(). |
|
|
Definition at line 108 of file LB.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.LB.Action(). |
|
|
Definition at line 220 of file LB.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.index, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.LB.Mouvement(). |
|
|
Definition at line 239 of file LB.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.LB.Mouvement(). |
|
|
Definition at line 26 of file LB.cs. Referenced by SimImmuno.LB.Action(), SimImmuno.LB.Activation(), and SimImmuno.LB.Mouvement(). |
|
|
Definition at line 27 of file LB.cs. Referenced by SimImmuno.LB.Action(), and SimImmuno.LB.LB(). |
1.4.2