PythonExperience: Revision history

From wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 June 2024

  • curprev 18:1218:12, 12 June 2024Jblocher talk contribs 6,766 bytes +6,766 Created page with "==Libraries to include== from __main__ import vtk, qt, ctk, slicer ==Class of the module's definition== class LengthStat: def __init__(self, parent): parent.title = "Length Cleaning" parent.categories = [""] parent.contributors = ["Jean-Baptiste Berger"] self.parent = parent *This step will just define where the module will be stored (categories) in the list of all modules in Slicer and how..."