Skip to content
Snippets Groups Projects
Commit 790292f1 authored by Joseph Boudreau's avatar Joseph Boudreau Committed by Johannes Junggeburth
Browse files

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
1 merge request!327New schema for the GeoModel SQLite database and updated I/O
Showing
with 42 additions and 34 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment