Home | Trees | Index | Help |
---|
Package PyFoam :: Package Basics :: Module TimeLineCollection :: Class TimeLineCollection |
|
Method Summary | |
---|---|
| |
Return a list of the time values | |
Return a list with the names of the safed values | |
Gets a timeline | |
Number of elements in timelines | |
| |
| |
Sets the parameters for splitting | |
Sets the time. | |
Sets the value of the last element in a timeline | |
Makes the array smaller by joining every two points |
Method Details |
---|
__init__(self,
deflt=0.0,
extendCopy=False,
splitThres=None,
splitFun=None)
|
getTimes(self)
|
getValueNames(self)
|
getValues(self, name)Gets a timeline
|
nr(self)Number of elements in timelines |
setDefault(self, deflt)
|
setExtend(self, mode)
|
setSplitting(self, splitThres=None, splitFun=None)Sets the parameters for splitting |
setTime(self, time)Sets the time. If time is new all the timelines are extended
|
setValue(self, name, value)Sets the value of the last element in a timeline
|
split(self, array, func)Makes the array smaller by joining every two points
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |