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

Method GetGradient

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

Source from the content-addressed store, hash-verified

228 double GetResistance() { return m_resistance; }
229 double GetDamage() { return m_damage; }
230 bool GetGradient() { return isgradient; }
231 double GetInitialPlatVal() { return m_init_plat; }
232 double GetThreshold() { return m_threshold; }
233 int GetRefuge() { return m_refuge; }

Callers 8

SetupCellGridMethod · 0.80
UpdateResourceCountMethod · 0.80
SetupDemeResMethod · 0.80
FindResCenterMethod · 0.80
PreWalkMethod · 0.80
SetWalkLimitsMethod · 0.80
PrintResourceLocDataMethod · 0.80
PrintResWallLocDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected