Refs #11102. Added FunctionParameterDecorator
Added a new class that implements the parameter part of the IFunction-interface. It is a decorator to wrap a given function.
Showing
- Code/Mantid/Framework/API/CMakeLists.txt 6 additions, 3 deletionsCode/Mantid/Framework/API/CMakeLists.txt
- Code/Mantid/Framework/API/inc/MantidAPI/FunctionParameterDecorator.h 146 additions, 0 deletions.../Framework/API/inc/MantidAPI/FunctionParameterDecorator.h
- Code/Mantid/Framework/API/src/FunctionParameterDecorator.cpp 238 additions, 0 deletionsCode/Mantid/Framework/API/src/FunctionParameterDecorator.cpp
- Code/Mantid/Framework/API/test/FunctionParameterDecoratorTest.h 292 additions, 0 deletions...antid/Framework/API/test/FunctionParameterDecoratorTest.h
Loading
Please register or sign in to comment