Function:ds2unprotect
From S2PLOT
ds2unprotect
Unprotect dynamic geometry.
Prototype
void ds2unprotect(void);
Description
Unprotect the dynamic geometry. Typically use this by setting ds2protect() at the end of your standard dynamic callback, then call ds2unprotect() if key presses / events processed by other callbacks will result in a changed geometry state. Use with caution ... incorrect use can result in TMC: total memory consumption.
See Also
ds2protect | Protect dynamic geometry. |
ds2isprotected | Query state of dynamic geometry protection. |
Code Example
Back to S2PLOT function list.