Inheritance diagram for SimImmuno.Phagocyte:

Public Member Functions | |
| Phagocyte (int x, int y) | |
| Phagocyte (int x, int y, int life) | |
| new void | Action () |
Private Member Functions | |
| void | Phagocytose (Cellule ci) |
| void | Mouvement () |
| bool | TestIfAlive (Cellule cell) |
| bool | TestIfDejaSelect (Cellule cell) |
|
||||||||||||
|
Definition at line 26 of file Phagocyte.cs. References SimImmuno.Cellule.cell_plusproche, and SimImmuno.Cellule.Life. |
|
||||||||||||||||
|
Definition at line 32 of file Phagocyte.cs. References SimImmuno.Cellule.cell_plusproche, and SimImmuno.Cellule.Life. |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 38 of file Phagocyte.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Phagocyte.Mouvement(), and SimImmuno.Phagocyte.Phagocytose(). |
|
|
Reimplemented from SimImmuno.Cellule. Definition at line 71 of file Phagocyte.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.Cellule.cell_plusproche, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), SimImmuno.Cellule.Location, SimImmuno.Cellule.rnd, SimImmuno.Phagocyte.TestIfAlive(), and SimImmuno.Phagocyte.TestIfDejaSelect(). Referenced by SimImmuno.Phagocyte.Action(). |
|
|
Definition at line 65 of file Phagocyte.cs. References SimImmuno.Cellule.cell_plusproche, and SimImmuno.Cellule.index. Referenced by SimImmuno.Phagocyte.Action(). |
|
|
Definition at line 125 of file Phagocyte.cs. References SimImmuno.Cellule.ccol_copy, SimImmuno.CellulesCollection.Clone(), SimImmuno.Cellule.DistTo(), and SimImmuno.Cellule.index. Referenced by SimImmuno.Phagocyte.Mouvement(). |
|
|
Definition at line 144 of file Phagocyte.cs. References SimImmuno.Cellule.ccol_copy, and SimImmuno.CellulesCollection.Clone(). Referenced by SimImmuno.Phagocyte.Mouvement(). |
1.4.2