Changeset 802 for cpp/frams/genetics/fB/fB_conv.h
- Timestamp:
- 06/07/18 17:41:59 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fB/fB_conv.h
r797 r802 12 12 { 13 13 private: 14 bool getNextCharId( SStringgenotype, int &i);14 bool getNextCharId(const SString& genotype, int &i); 15 15 double convertCharacterTo01(char c); 16 16 double convertCharacterToWeight(char c); 17 17 static fH_Handle* convertCharacterToHandle(char c, int dims, int start, int end, std::vector<IRange> ranges[3]); 18 int processNextLetter(fH_Builder &creature, fH_Handle *&currhandle, Param &par, SStringgene, int &propindex, int &i, std::vector<IRange> ranges[3], int &nclassdefcount);19 bool getNeuroClass( SStringgene, SString &def, int nclassdefcount);18 int processNextLetter(fH_Builder &creature, fH_Handle *&currhandle, Param &par, const SString& gene, int &propindex, int &i, std::vector<IRange> ranges[3], int &nclassdefcount); 19 bool getNeuroClass(const SString& gene, SString &def, int nclassdefcount); 20 20 21 21 public:
Note: See TracChangeset
for help on using the changeset viewer.