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

Method HasPredAV

avida-core/source/main/cPopulationCell.h:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 inline bool HasOutputAV() const { return GetNumAVOutputs() > 0; }
164 inline bool HasAV() const { return (GetNumAVOutputs() > 0 || GetNumAVInputs() > 0); }
165 inline bool HasPredAV() const { return GetNumPredAV() > 0; }
166 inline bool HasPreyAV() const { return GetNumPreyAV() > 0; }
167 bool HasOutputAV(cOrganism* org);
168 cOrganism* GetRandAV(cAvidaContext& ctx) const;

Callers 6

ProcessMethod · 0.80
TestCellMethod · 0.80
GetAVForagerColorMethod · 0.80
GetAVForagerSymbolMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestCellMethod · 0.64