-
Notifications
You must be signed in to change notification settings - Fork 66
BrushControler
Thorben Kroeger edited this page Jul 24, 2011
·
3 revisions
watches the label model and manipulates the three slice views to behave accordingly
- functions:
-
__init__(imageViews, brushingModel)
- we need to store references to the three slice views (class ImageView2D) so that we can control them directly (like setting the color for the brush etc...
- we listen to changes in drawing/brush settings (class BrushingModel)
-