End users of concrete sub-classes provide (required) evaluate method
and (optional) prepare, finish methods.
|
|
__init__(self,
name,
description='',
pars=None,
ref_traj=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
_find_idx(self)
Internal function for finding index in trajectory meshpoints at which
containment first failed. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
finish(self,
target)
Operations to complete only if evaluate was True (optional). |
source code
|
|
|
|
|
|
|
postprocess_ref_traj(self)
User-definable by overriding in a sub-class |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|