Package PyDSTool :: Module Model :: Class boundary_containment_by_event
[hide private]
[frames] | no frames]

Class boundary_containment_by_event

source code

       object --+                
                |                
 MProject.feature --+            
                    |            
MProject.feature_leaf --+        
                        |        
 MProject.qt_feature_leaf --+    
                            |    
         boundary_containment --+
                                |
                               boundary_containment_by_event

Instance Methods [hide private]
 
__init__(self, name, description='', pars=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
evaluate(self, traj) source code
 
_find_idx(self)
Helper function for finding index in trajectory meshpoints at which containment first failed.
source code

Inherited from MProject.feature_leaf: __repr__, __str__, set_ref_traj

Inherited from MProject.feature_leaf (private): _residual_info

Inherited from MProject.feature: __call__, __eq__, __hash__, __ne__, finish, info, postprocess_ref_traj, prepare, reset_metric, validate

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, description='', pars=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

evaluate(self, traj)

source code 
Overrides: MProject.feature.evaluate

_find_idx(self)

source code 

Helper function for finding index in trajectory meshpoints at which containment first failed.

Overrides: MProject.feature._find_idx