Python: module coordComparer
[ no help available yet]
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.
Classes |
| |
- builtins.object
-
- CoordComparer
class CoordComparer(builtins.object) |
|
CoordComparer(*args, **kwargs)
|
|
Methods defined here:
- __init__(self, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __repr__ = _swig_repr(self)
- largestMovementInEnsemble(self, *args, **kwargs) -> 'float_type'
- largestMovementInSimulation(self, *args, **kwargs) -> 'float_type'
- simulation(self, *args, **kwargs) -> 'Simulation const *'
- update(self, *args, **kwargs) -> 'CoordComparer *'
Static methods defined here:
- __swig_destroy__ = delete_CoordComparer(...)
Data descriptors defined here:
- __dict__
dictionary for instance variables (if defined)
- __weakref__
list of weak references to the object (if defined)
- thisown
The membership flag
| |