MCPcopy Create free account
hub / github.com/devosoft/avida / GetNeighbor

Method GetNeighbor

avida-core/source/cpu/cTestCPUInterface.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 bool Divide(cAvidaContext& ctx, cOrganism* parent, const Genome& offspring_genome);
92 cOrganism* GetNeighbor() { return NULL; }
93 bool IsNeighborCellOccupied() { return false; }
94 int GetNumNeighbors() { return 0; }
95 void GetNeighborhoodCellIDs(Apto::Array<int>& list) { ; }

Callers 15

Inst_GetFacedOrgIDMethod · 0.45
getPreyTargetMethod · 0.45
Inst_DonateFacingMethod · 0.45
Inst_DonateRandomMethod · 0.45
Inst_DonateKinMethod · 0.45
Inst_DonateEditDistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected