Inheritance diagram for SimImmuno.Plasmocyte:

Public Member Functions | |
| Plasmocyte (int x, int y, int spe) | |
| Plasmocyte (int x, int y, int spe, int life) | |
| new void | Action () |
| void | Activation (Cellule iLB) |
Private Member Functions | |
| void | ProdAC (Cellule icell) |
| void | Mouvement () |
| bool | TestIfAlive (Cellule cell) |
| bool | TestIfDejaSelect (Cellule cell) |
Private Attributes | |
| int | active_by_il = 0 |
|
||||||||||||||||
|
Definition at line 28 of file Plasmocyte.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
||||||||||||||||||||
|
Definition at line 35 of file Plasmocyte.cs. References SimImmuno.Cellule.cell_plusproche, SimImmuno.Cellule.Life, and SimImmuno.Cellule.specificite. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 42 of file Plasmocyte.cs. References SimImmuno.Plasmocyte.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Plasmocyte.Mouvement(), SimImmuno.Plasmocyte.ProdAC(), SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. |
|
|
Definition at line 85 of file Plasmocyte.cs. References SimImmuno.Plasmocyte.active_by_il. Referenced by SimImmuno.LBm.ProdPlasmo(), and SimImmuno.LB.ProdPlasmo(). |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 113 of file Plasmocyte.cs. References SimImmuno.Plasmocyte.active_by_il, SimImmuno.Cellule.ccol_copy, SimImmuno.Cellule.cell_plusproche, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, SimImmuno.Plasmocyte.TestIfAlive(), and SimImmuno.Plasmocyte.TestIfDejaSelect(). Referenced by SimImmuno.Plasmocyte.Action(). |
|
|
Definition at line 92 of file Plasmocyte.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.Plasmocyte.Action(). |
|
|
Definition at line 175 of file Plasmocyte.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.index, and SimImmuno.Cellule.specificite. Referenced by SimImmuno.Plasmocyte.Mouvement(). |
|
|
Definition at line 194 of file Plasmocyte.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.Plasmocyte.Mouvement(). |
|
|
Definition at line 26 of file Plasmocyte.cs. Referenced by SimImmuno.Plasmocyte.Action(), SimImmuno.Plasmocyte.Activation(), and SimImmuno.Plasmocyte.Mouvement(). |
1.4.2