Modification of the way in which Transfunctions are persistified.
Step 1: Genfunctions Before: Floating point data which is part of the description of the stored functions is written into the string, the same string used to define the function. After: Floating point data is stored in an auxilliary array that must be used together with the string when the function is restored. The array is implemented as an std::deque. It functions like a FIFO. Step 2: Transfunctions (Not yet available at this stage)
parent
620cee98
No related branches found
No related tags found
Showing
- GeoModelIO/TFPersistification/TFPersistification/ACosIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/ACosIO.h
- GeoModelIO/TFPersistification/TFPersistification/ASinIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/ASinIO.h
- GeoModelIO/TFPersistification/TFPersistification/ATanIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/ATanIO.h
- GeoModelIO/TFPersistification/TFPersistification/AbsIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/AbsIO.h
- GeoModelIO/TFPersistification/TFPersistification/ArrayFunctionIO.h 1 addition, 1 deletion...O/TFPersistification/TFPersistification/ArrayFunctionIO.h
- GeoModelIO/TFPersistification/TFPersistification/CosIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/CosIO.h
- GeoModelIO/TFPersistification/TFPersistification/FixedConstantIO.h 1 addition, 1 deletion...O/TFPersistification/TFPersistification/FixedConstantIO.h
- GeoModelIO/TFPersistification/TFPersistification/GenFunctionInterpreter.h 5 additions, 2 deletions...sistification/TFPersistification/GenFunctionInterpreter.h
- GeoModelIO/TFPersistification/TFPersistification/GenFunctionPersistifier.h 8 additions, 3 deletions...istification/TFPersistification/GenFunctionPersistifier.h
- GeoModelIO/TFPersistification/TFPersistification/GenFunctionReader.h 1 addition, 1 deletion...TFPersistification/TFPersistification/GenFunctionReader.h
- GeoModelIO/TFPersistification/TFPersistification/GenfunIO.h 12 additions, 12 deletionsGeoModelIO/TFPersistification/TFPersistification/GenfunIO.h
- GeoModelIO/TFPersistification/TFPersistification/ModIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/ModIO.h
- GeoModelIO/TFPersistification/TFPersistification/RectangularIO.h 1 addition, 1 deletion...lIO/TFPersistification/TFPersistification/RectangularIO.h
- GeoModelIO/TFPersistification/TFPersistification/SinIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/SinIO.h
- GeoModelIO/TFPersistification/TFPersistification/SqrtIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/SqrtIO.h
- GeoModelIO/TFPersistification/TFPersistification/SquareIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/SquareIO.h
- GeoModelIO/TFPersistification/TFPersistification/TanIO.h 1 addition, 1 deletionGeoModelIO/TFPersistification/TFPersistification/TanIO.h
- GeoModelIO/TFPersistification/src/ACosIO.cpp 1 addition, 1 deletionGeoModelIO/TFPersistification/src/ACosIO.cpp
- GeoModelIO/TFPersistification/src/ASinIO.cpp 1 addition, 1 deletionGeoModelIO/TFPersistification/src/ASinIO.cpp
- GeoModelIO/TFPersistification/src/ATanIO.cpp 1 addition, 1 deletionGeoModelIO/TFPersistification/src/ATanIO.cpp
Loading
Please register or sign in to comment