pyxmolpp2.pipe._AlignPython class

Illustrates implementation of Align in pure python

Contents

Methods

def after_last_iteration(self, exc_type, exc_value, traceback) -> bool
def before_first_iteration(self, frame: pyxmolpp2.Frame)
def copy(self)

Special methods

def __call__(self, frame: pyxmolpp2.Frame)
def __init__(self, by: pyxmolpp2.AtomPredicate, reference: typing.Optional[pyxmolpp2.Frame] = None, move_only: typing.Optional[pyxmolpp2.AtomPredicate] = None)
def __or__(self, other: TrajectoryProcessor)
def __ror__(self, lhs: typing.Sequence[pyxmolpp2.Frame])