curver.kernel.moves.Move

class curver.kernel.moves.Move(source_triangulation, target_triangulation)[source]

Bases: abc.ABC

A basic move from one triangulation to another.

apply_homology(homology_class)[source]

Return the homology class obtained by mapping the given homology class through this move.

apply_lamination(lamination)[source]

Return the lamination obtained by mapping the given lamination through this move.

encode()[source]

Return the Encoding induced by this move.

inverse()[source]

Return the inverse of this move.

package()[source]

Return a small amount of data such that self.source_triangulation.encode([data]) == self.encode().