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

Method SetSpread

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

Source from the content-addressed store, hash-verified

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; }
293 void SetMaxX(int _max_x) { m_max_x = _max_x; }

Callers 1

LoadGradientResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected