moleculekit.projections.projection module#

class moleculekit.projections.projection.Projection#

Bases: ABC

Parent class for all trajectory projecting classes. Defines abstract functions.

copy()#

Produces a deep copy of the object

abstract getMapping(mol)#
abstract project(mol)#

Subclasses need to implement and overload this method