Method collection/saveAllObjects


  SAVEALLOBJECTS index into the inner objects of one collection object.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SAVEALLOBJECTS index into the inner objects of one
               collection object.
               This doesn't captures the history.
 
  CALL:        saveAllObjects(c, dirName)
               c.saveAllObjects(dirName)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class collection
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
save
FILENAME '' none Name of the file to save in.
The format is determined based on the file extension:
  • .xml for XML format
  • .mat for Matlab format
PREFIX '' none Filename prefix
POSTFIX '' none Filename postfix
INDIVIDUAL FILES 0
  • 0
  • 1
Save the objects into Individual files
saveAllObjects
DIRECTORY '' none The directory to export all of the objects.

Example

plist('FILENAME', '', 'PREFIX', '', 'POSTFIX', '', 'INDIVIDUAL FILES', [false], 'DIRECTORY', '')

back to top back to top

Some information of the method collection/saveAllObjects are listed below:
Class name collection
Method name saveAllObjects
Category Helper
Package name ltpda
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team