Changeset 513 for cpp/frams/genetics/genoconv.h
- Timestamp:
- 05/23/16 13:52:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genoconv.h
r286 r513 50 50 51 51 /// You have to reimplement this method. 52 /// If your converter cannot do its job, return empty string 53 /// (return SString();), any other return value is assumed 54 /// to be output genotype. 52 /// If your converter cannot do its job, return empty string - return SString(); 53 /// Any other return value is assumed to be output genotype. 55 54 /// @param map if not null, mapping informaton is requested, converter should add conversion map to this object 56 55 virtual SString convert(SString &i, MultiMap *map) { return SString(); }
Note: See TracChangeset
for help on using the changeset viewer.