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

Class boundary_containment

source code

       object --+            
                |            
 MProject.feature --+        
                    |        
MProject.feature_leaf --+    
                        |    
 MProject.qt_feature_leaf --+
                            |
                           boundary_containment
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, name, description='', pars=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
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__, evaluate, finish, info, postprocess_ref_traj, prepare, reset_metric, validate

Inherited from MProject.feature (private): _find_idx

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)