Page MenuHomePhabricator

Change class structure of EnergyCalculator in Gibbs-Tracking.
Closed, ResolvedPublic

Description

Change the class structure of the energy calculater in the gibbs-tracking algorithm from a single class to baseclass from which specific classes are derived. So it is simpler to change image modality because only a new derivated class needs to be created.

Event Timeline

Split the class EnergyCalculator into EnergyCalculator and GibbsEnergyCalculator.

[9348b1]: Merge branch 'bug-12244-ChangeGibbsEnergyClassStructure'

Merged commits:

2012-07-12 15:26:36 Michael Goetz [a3f853]
Original code used instead of old version.


2012-07-12 14:08:37 Michael Goetz [c49216]
Added missing files


2012-07-12 14:07:20 Michael Goetz [988fbc]
Splitted Gibbs EnergyComputer in two classes