public class ColourBiomorphImpl extends SimpleMorphImpl implements ColourBiomorph
chromosome = array[1..9] of INTEGER;
person = record
gene: chromosome;
colorGene: array[1..8] of Longint;{index in clut}
backColorGene: LongInt;{index in clut}
dGene: array[1..10] of SwellType;
segNoGene: INTEGER;
segDistGene: INTEGER;
completenessGene: CompletenessType;
spokesGene: SpokesType;
trickleGene, mutSizeGene, mutProbGene: INTEGER;
limbShapeGene: LimbType;
limbFillGene: LimbFillType;
thicknessGene: INTEGER;
pic: picHandle;
end;
mutSizeGeneRAINBOW| Constructor and Description |
|---|
ColourBiomorphImpl(MorphConfig config) |
ColourBiomorphImpl(MorphConfig config,
int basicType) |
| Modifier and Type | Method and Description |
|---|---|
Morph |
reproduce() |
delayvelop, draw, getElderSib, getFirstBorn, getGenome, getLastBorn, getMorphConfig, getNext, getOffspringCount, getParent, getPic, getPrec, getYoungerSib, setElderSib, setFirstBorn, setGenome, setLastBorn, setMorphConfig, setNext, setParent, setPic, setPrec, setYoungerSibequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelayvelop, draw, getElderSib, getFirstBorn, getGenome, getLastBorn, getMorphConfig, getNext, getOffspringCount, getParent, getPic, getPrec, getYoungerSib, setElderSib, setFirstBorn, setLastBorn, setMorphConfig, setNext, setParent, setPic, setPrec, setYoungerSibpublic ColourBiomorphImpl(MorphConfig config)
public ColourBiomorphImpl(MorphConfig config, int basicType)