Skip to content

Commit

Permalink
[Snorkell.ai]: Documentation for ptvState.py
Browse files Browse the repository at this point in the history
  • Loading branch information
penify-dev[bot] authored May 3, 2024
1 parent 8577cf6 commit c3d8dd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ptvState.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

class PTVState:
def __init__(self):
""" Initialize the attributes of the class.
Initializes various attributes related to image, overlay, current image, 2D and 3D view settings,
scene, and selected spatial objects.
"""

# Types
self.image_pixel_type = itk.F
self.image_type = itk.Image[self.image_pixel_type, 3]
Expand Down

0 comments on commit c3d8dd7

Please sign in to comment.