Ignore:
Timestamp:
02/26/14 20:21:22 (10 years ago)
Author:
sz
Message:

Genetics reorganization (affects ALL applications!):

  • Converters/Validators? are now configured/initialized in a more verbose but also less confusing way
  • At the same time, the PreconfiguredGenetics? object will help you avoid the increased complexity by creating the ready-to-use environment that is sufficient in 99% of cases (see the demos)
  • Format F genetics updated (work in progress)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/defgenoconv.h

    r121 r145  
    88#include "genoconv.h"
    99
    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
    1311class DefaultGenoConvManager: public GenoConvManager
    1412{
    1513  public:
    16 DefaultGenoConvManager();
     14void addDefaultConverters();///< add all converters configured in gen-config file
    1715};
    1816
Note: See TracChangeset for help on using the changeset viewer.