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

Method SetHeight

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

Source from the content-addressed store, hash-verified

287 void SetPeakX(int _peakx) { m_peakx = _peakx; }
288 void SetPeakY(int _peaky) { m_peaky = _peaky; }
289 void SetHeight(int _height) { m_height = _height; }
290 void SetSpread(int _spread) { m_spread = _spread; }
291 void SetPlateau(double _plateau) { m_plateau = _plateau; }
292 void SetDecay(int _decay) { m_decay = _decay; }

Callers 1

LoadGradientResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected