Salome HOME
refs #493: draft implementation of data model part of profiles interpolation
authormzn <mzn@opencascade.com>
Fri, 27 Mar 2015 14:51:14 +0000 (17:51 +0300)
committermzn <mzn@opencascade.com>
Fri, 27 Mar 2015 14:51:14 +0000 (17:51 +0300)
commit5af716c6a81cef716c390b53ac915f8d0fd30887
treef41dd7a909b8442b4751e51b0ed767023c8df334
parent5329000cef6285d57edc215edf771ce682ae9c6d
refs #493: draft implementation of data model part of profiles interpolation
src/HYDROData/CMakeLists.txt
src/HYDROData/HYDROData_Document.cxx
src/HYDROData/HYDROData_Document.h
src/HYDROData/HYDROData_IProfilesInterpolator.cxx [new file with mode: 0644]
src/HYDROData/HYDROData_IProfilesInterpolator.h [new file with mode: 0644]
src/HYDROData/HYDROData_InterpolatorsFactory.cxx [new file with mode: 0644]
src/HYDROData/HYDROData_InterpolatorsFactory.h [new file with mode: 0644]
src/HYDROData/HYDROData_LinearInterpolator.cxx [new file with mode: 0644]
src/HYDROData/HYDROData_LinearInterpolator.h [new file with mode: 0644]