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

Method GetCount

avida-core/source/main/cResource.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 int GetMaxSize() { return m_max_size; }
226 int GetConfig() { return m_config; }
227 int GetCount() { return m_count; }
228 double GetResistance() { return m_resistance; }
229 double GetDamage() { return m_damage; }
230 bool GetGradient() { return isgradient; }

Callers 5

ProcessMethod · 0.45
SetupCellGridMethod · 0.45
UpdateGradientCountMethod · 0.45
UpdateResourceCountMethod · 0.45
SetupDemeResMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected