[Tubetk-developers] ParameterSerializer classes are on Gerrit
Matt McCormick
matt.mccormick at kitware.com
Sat Feb 16 13:42:14 EST 2013
Hi,
I finished the ParameterSerializer classes, and the patch is up on
Gerrit for review:
http://review.source.kitware.com/#/c/9602/
These classes provide a way to write and read the parameters from an
analysis to a file to experiment with parameters, store parameters for
later reproduction, etc. Some nice things:
- It does not require instrumentation of any of the target classes,
which keeps a nice separation and allows us to create a Serializer
class for any itk::LightObject.
- The archiver is sufficiently separated such that it would easy to
implement an HDF5, XML, MetaIO, etc., archiver in the future.
- Parameters that are also objects are recursively serialized without
duplication of code.
Please take a look if you have a chance.
Thanks,
Matt
More information about the Tubetk-developers
mailing list