VISH
0.2
|
A type trait class defining a the default property of certain types used in input slots, telling if the value of these types should be saved when the status of an object is saved. More...
#include </home/werner/origo/vish/ocean/plankton/VSlot.hpp>
A type trait class defining a the default property of certain types used in input slots, telling if the value of these types should be saved when the status of an object is saved.
Per default, the "dontSave" property is false, and all object parameters are attempted to be saved. However, for certain types saving them to a file doesn't make sense, so this default property can be overridden in such a case.
For a specific VSlot, one can always set its dontSave property explicitly, this type trait merely defines it default value.