Changeset 467 for cpp/frams/genetics/genman.h
- Timestamp:
- 02/07/16 23:21:55 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.h
r286 r467 48 48 uint32_t Style(const char* g, int pos); //returns Style (and validity) of a genotype char. 49 49 void GetFullStyle(const char *g, uint32_t *styletab); //optimized. Fills styletab with styles for all genotype chars. sizeof(*styletab) must be at least strlen(g). 50 SString HTMLize(const char *g); //returns colored genotype in HTML.51 SString HTMLizeShort(const char *g); //returns colored genotype (abbreviated if needed) in HTML.50 string HTMLize(const char *g); //returns colored genotype in HTML. 51 string HTMLizeShort(const char *g); //returns colored genotype (abbreviated if needed) in HTML. 52 52 Geno GetSimplest(char format); ///<returns pointer to the simplest genotype of \e format or empty Geno() 53 53 const char *GetOpName(char format); ///<returns pointer to the active operator set for \e format … … 57 57 void saveLink(const string parent1, const string parent2, const string child, const float chg); 58 58 GenoOperators* getOper_f(char format); 59 SString HTMLize(const char *g, bool shorten);59 string HTMLize(const char *g, bool shorten); 60 60 public: 61 61 vector<GenoLink> GenoLinkList;
Note: See TracChangeset
for help on using the changeset viewer.