- Jun 24, 2024
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Step 2: Before: Floating point data which is part of the description of the stored TransFunctions 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 Transfunction is restored. The array is implemented as an std::deque. It functions like a FIFO. This array also includes the floating point data from any Genfunctions associated with the Transfunctions; that data was already available after step 1 was committed.
-
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)
-
- Jun 23, 2024
-
-
Vakhtang Tsulaia authored
-
Vakhtang Tsulaia authored
Specified a conditions tag
-
- Jun 18, 2024
-
-
- May 22, 2024
-
-
Joseph Boudreau authored
-