Skip to content

Commit

Permalink
Update mep_visualizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gaafar committed Aug 12, 2024
1 parent 9010410 commit 8fb5b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invesalius/data/visualization/mep_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def __init__(self, renderer: vtkRenderer, interactor):
self.points = vtk.vtkPolyData()
self.surface = self.read_surface_data(actor_out=True)

self.actors_dict = {} # Dictionary to store all actors created by the MEP visualizer

self.enabled = False
self.dims_size = 100

Expand Down

0 comments on commit 8fb5b1f

Please sign in to comment.