Package PyDSTool :: Package Generator :: Module baseclasses :: Class ctsGen
[hide private]
[frames] | no frames]

Class ctsGen

source code

object --+    
         |    
 Generator --+
             |
            ctsGen
Known Subclasses:

Abstract class for continuously-parameterized trajectory generators.

Instance Methods [hide private]
 
validateSpec(self) source code
 
__del__(self) source code

Inherited from Generator: __copy__, __deepcopy__, __getstate__, __init__, __repr__, __setstate__, __str__, addEvtPars, checkArgs, contains, get, getEventTimes, getEvents, haveJacobian, haveJacobian_pars, info, query, resetEventTimes, resetEvents, set, setEventICs, showAuxFnSpec, showAuxSpec, showEventSpec, showSpec

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]

Inherited from Generator (private): _needKeys, _optionalKeys, _querykeys

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

validateSpec(self)

source code 
Overrides: Generator.validateSpec

__del__(self)
(Destructor)

source code 
Overrides: Generator.__del__