class
WriteVectorsToCsvContents
- Reference
Methods
- def after_last_iteration(self, exc_type: object, exc_value: object, traceback: object) -> bool
- def before_first_iteration(self, frame: pyxmolpp2.Frame) -> None
- def copy(self, /) -> None
Special methods
- def __call__(self, frame: pyxmolpp2.Frame) -> pyxmolpp2.Frame
- def __init__(self, pair_selector: typing.Callable[[pyxmolpp2.Frame], typing.List[typing.Tuple[pyxmolpp2.Atom, pyxmolpp2.Atom]]], filename_provider: typing.Callable[[pyxmolpp2.Atom, pyxmolpp2.Atom], str]) -> None
- def __or__(self, other: TrajectoryProcessor)
- def __ror__(self, lhs: typing.Sequence[pyxmolpp2.Frame])