The class Central¶
The class Central is the central widget of the window. The specification will evolve with 3D imaging.
- class central.Central¶
Instance attribute
- layout¶
The layout that origanizes the widgets in the central widget (a horizontal box)
- visuwidget¶
An instance to the class
plot_canvas.PlotCanvasa canvas in which images can be rendered.
- vtkwidget¶
An instance to the class
vtkwidget.VTKWidgeta vtk widget where to render 3D objects
Instance methods:
- render_item(item)¶
Renders the item either in the
visuwidget(2D) or thevtkwidget
- clear()¶
Clears the
visu_widget