Changeset 927 for cpp/frams/_demos/genotypeloader.h
- Timestamp:
- 05/25/20 15:09:10 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/genotypeloader.h
r855 r927 16 16 while(genotype=loader.loadNextGenotype()) doSomethingWith(genotype); 17 17 18 MiniGenotypeLoader is simply the MultiParamLoader configured to load one kind of data: "org:" objects.18 GenotypeMiniLoader is simply the MultiParamLoader configured to load one kind of data: "org:" objects. 19 19 The instance of this class can also be reconfigured to recognize more objects by using MultiParamLoader 20 20 methods, or you can use it as a guide for creating your own specialized class.
Note: See TracChangeset
for help on using the changeset viewer.