src.Projections.Python.Transformer.Transformer module

class src.Projections.Python.Transformer.Transformer.Transformer

Bases: PyQt5.QtCore.QThread

Transformer interface from which all Python transformers should inherit (WIP)

Parameters

QThread (QThread) – So that we can use the QT signals / slots (Maybe change this QThread to Qobject)

newPointsSignal
progressSignal
run(self)
stop()
transform()