Method of a class to manipulate an object after loading it tfrom a file. The function
loadobj
is called when the object a is loaded using theload
function. An example of the use ofsaveobj
might be to add fields to an object that don't make sense to be saved. For examplefunction b = loadobj (a) b = a; b.addmssingfield = addfield (b; endfunction