Ignore:
Timestamp:
Jun 1, 2012, 9:57:13 PM (12 years ago)
Author:
Torben Dannhauer
Message:

Alpha version of the strategy pattern to separate the delegated DistortionSetup? algorithms from the main software.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionManipulator.h

    r371 r372  
    6666        void setDistortionSet(DistortionSet* ds) {_distortionSet = ds;}
    6767
    68        
     68        void setDistortionSetupStrategy(DistortionSetupStrategy* strategy)      {_delegatedDistortionSetupStrategy = strategy;}
    6969
    7070private:
Note: See TracChangeset for help on using the changeset viewer.