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

Class boundary_containment_by_postproc

source code

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

Instance Methods [hide private]
 
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 boundary_containment: __init__

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]

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