ParametersBase : Avoid a few virtual that did not to be, move inline methods inside the .icc
- Change a few method that can be non-virtual to be so
- Move a few more (almost all) inline methods inside theParameterBase.icc.
- Add a convenient ctor for ParametersBase.
- Also since ParameteBase is abstract , ctors do not need to be public (we can anyhow construct a concete ParameteRBase object only ParameterT ones)
Edited by Christos Anastopoulos