moleculekit.projections.projection module#
- class moleculekit.projections.projection.Projection#
Bases:
ABCParent class for all trajectory projecting classes. Defines abstract functions.
- copy()#
Produces a deep copy of the object
- abstractmethod getMapping(mol)#
- abstractmethod project(mol)#
Subclasses need to implement and overload this method