Categories of the Class PLIST

Constructor Summary of all constructor methods
Helper Summary of all helper methods
Internal Summary of all internal methods only for internal usage
Output Summary of all output methods
Relational Operator Summary of all relational operator methods
Static Summary of all static methods

Constructor

plist Plist class object constructor.

Back to Top Back to Top

Helper

append Append a param-object, plist-object or a key/value pair to the parameter list.
combine Multiple parameter lists (plist objects) into a single plist.
find Overloads find routine for a parameter list.
get Get a property of a object.
getIndexForKey Returns the index of a parameter with the given key.
getKeys Return all the keys of the parameter list.
getOptionsForParam Returns the options for the specified parameter key.
getParamValueForParam Returns the paramValue for the specified parameter key.
getSelectionForParam Returns the selection mode for the specified parameter key.
isparam Look for a given key in the parameter lists.
merge The values for the same key of multiple parameter lists together.
mfind Multiple-arguments find routine for a parameter list.
nparams Returns the number of param objects in the list.
pop Remove a parameter from the parameter list and return its value.
pset Set or add a key/value pairor a param-object into the parameter list.
regexp Performs a regular expression search on the input plists.
remove Remove a parameter from the parameter list.
removeKeys Removes keys from a PLIST.
setDefaultForParam Sets the default value of the param object in dependencies of the 'key'
setDescription Sets the 'description' property of a ltpda_uoh object.
setDescriptionForParam Sets the property 'desc' of the param object in dependencies of the 'key'
setMdlfile Sets the 'mdlfile' property of a ltpda_uoh object.
setName Sets the property 'name' of an ltpda_uoh object.
setOptionsForParam Sets the options of the param object in dependencies of the 'key'
setSelectionForParam Sets the selection mode of the param object in dependencies of the 'key'
string Converts a plist object to a command string which will recreate the plist object.
subset Returns a subset of a parameter list.

Back to Top Back to Top

Internal

bsubmit Submits the given collection of objects in binary form to an LTPDA repository
getDescriptionForParam Returns the description for the specified parameter key.
getSetRandState Gets or sets the random state of the MATLAB functions 'rand' and 'randn'
isprop Tests if the given field is one of the object properties.
parse A plist for strings which can be converted into numbers
plist2cmds Convert a plist to a set of commands.
shouldIgnore True for plists which have the key 'ignore' with the value true.
simplify Simplifies a plist.
submit Submits the given objects to an LTPDA repository
update Updates the given object in an LTPDA repository

Back to Top Back to Top

Output

char Convert a parameter list into a string.
display Display plist object.
save Overloads save operator for ltpda objects.

Back to Top Back to Top

Relational Operator

eq Overloads the == operator for ltpda plist objects.
ne Overloads the ~= operator for ltpda objects.

Back to Top Back to Top

Static

AXIS_1D_PLIST (No help available)
AXIS_2D_PLIST (No help available)
AXIS_3D_PLIST (No help available)
DATABASE_CONNECTION_PLIST (No help available)
DOTVIEW_PLIST (No help available)
EMPTY_PLIST (No help available)
FROM_BUILT_IN (No help available)
FROM_MAT_FILE (No help available)
FROM_PLIST (No help available)
FROM_REPOSITORY_PLIST (No help available)
FROM_XML_FILE (No help available)
LINEAR_FIT_PLIST (No help available)
LPSD_PLIST (No help available)
MCH_FIT_PLIST (No help available)
MULTILINEAR_FIT_PLIST (No help available)
SAVE_OBJ_PLIST (No help available)
SETS (No help available)
TO_REPOSITORY_PLIST (No help available)
TSDATA_PLIST (No help available)
VEROUT (No help available)
WELCH_PLIST (No help available)
buildplist (No help available)
getBuiltInModels (No help available)
getDefaultAxisPlist Returns the default plist for the axis key based on
getDefaultPlist (No help available)
getInfo (No help available)
initObjectWithSize (No help available)
load Loads LTPDA objects from a file
ltp_parameters LTP/LPF Parameter plist
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team