Changeset 145 for cpp/frams/genetics/defgenoconv.h
- Timestamp:
- 02/26/14 20:21:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/defgenoconv.h
r121 r145 8 8 #include "genoconv.h" 9 9 10 /// This GenoConvManager automatically registers the "standard" converters available in the GDK. 11 /// All you have to do is create a single instance of this class somewhere in your application. 12 /// @see genotest.cpp 10 /// This GenoConvManager subclass allows you to add all "standard" converters in one go 13 11 class DefaultGenoConvManager: public GenoConvManager 14 12 { 15 13 public: 16 DefaultGenoConvManager(); 14 void addDefaultConverters();///< add all converters configured in gen-config file 17 15 }; 18 16
Note: See TracChangeset
for help on using the changeset viewer.