pyxmolpp2.pipe.StatelessTrajectoryProcessor class

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) -> pyxmolpp2.Frame
def __or__(self, other: TrajectoryProcessor)
def __ror__(self, lhs: typing.Sequence[pyxmolpp2.Frame])