API reference

CompositeMaskAvg Class

Extends Mask2D
A mask that averages the results of multiple other masks.

Methods

Check ( c )
Not used on this mask.
Signature
override bool Check(Candidate c)
Parameters
c: Candidate  The candidate
Returns
override bool  true
SampleMask ( candidate )
Executes the mask on a candidate and returns the value.
Signature
override float SampleMask(Candidate c)
Parameters
candidate: Candidate  Candidate with the information from the distribution
Returns
override float  The float depending on the mask