Remove SelectionOptionAdjuster.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 12 Feb 2012 12:57:15 +0000 (14:57 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 20 Feb 2012 18:26:42 +0000 (20:26 +0200)
commitff7bfa6beed4ec92e70267b3df9bb7aa1eb39d6f
tree78bdfd5adbb2487d7601c1db912b52ab4a7da27c
parent10414111bb863c9766650a89bbd77cbfcb5b0f83
Remove SelectionOptionAdjuster.

There is no reason to have a separate SelectionOptionAdjuster now that
SelectionOptionInfo provides a more general mechanism to achieve the
same thing.  Kept the SelectionOption::getAdjuster() method as the way
to obtain a SelectionOptionInfo object, but this can be replaced by a
more general mechanism if this functionality is needed for other option
types.

Related to issue #839.

Change-Id: Ief109c61e346cdfac2c665d7ed9a3002f80cc57f
src/gromacs/selection/selectionoption.cpp
src/gromacs/selection/selectionoption.h
src/gromacs/selection/selectionoptioninfo.h
src/gromacs/selection/selectionoptionstorage.h
src/gromacs/selection/tests/selectionoption.cpp
src/gromacs/trajectoryanalysis/modules/angle.cpp
src/gromacs/trajectoryanalysis/modules/angle.h