Changeset 927
- Timestamp:
- 05/25/20 15:09:10 (4 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 2 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. -
cpp/frams/_demos/genotypemini.h
r732 r927 14 14 15 15 /** Helper class, mostly useful with MultiParamLoader 16 or its specialized version: MiniGenotypeLoader.16 or its specialized version: GenotypeMiniLoader. 17 17 GenotypeMini stores the subset of Genotype fields (the ones normally saved in .gen files) 18 18 */
Note: See TracChangeset
for help on using the changeset viewer.