Method mfir/load


  LOAD Loads LTPDA objects from a file
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  FUNCTION:    load
 
  DESCRIPTION: load ltpda user objects from a file
 
  CALL:        objs = <classname>.load(filename) will give a vector with all the objects
               [obj1, obj2, ...] = <classname>.load(filename) will give a list with single objects
 
               <classname> can be any of the ltpda_uo (ao, smodel, matrix, plist, ...)
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uo
Sealed 0
Static 1



©LTP Team