Changeset 735
- Timestamp:
- 02/17/18 18:59:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genoconv.h
r732 r735 53 53 /// Any other return value is assumed to be output genotype. 54 54 /// @param map if not null, mapping informaton is requested, converter should add conversion map to this object 55 virtual SString convert(SString &i, MultiMap *map, bool using_checkpoints) { return SString(); }55 virtual SString convert(SString &i, MultiMap *map, bool using_checkpoints) = 0; 56 56 57 57 virtual ~GenoConverter() {}
Note: See TracChangeset
for help on using the changeset viewer.