#include <mitkObserver.h>
Inherits mitkObject.
Inheritance diagram for mitkObserver:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
virtual void | Update ()=0 |
mitkObserver is an abstract class for observers. All mitkObjects can attach observers. You can derive from this class to get an actual observer processing the interaction between an mitkObject and the user interface.
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkObject. |
|
Update the observer according to the changes of the mitkObject it is attached to. A working observer should implement this pure virtual function. |