Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryIPersistable.h>
Public Member Functions | |
virtual | ~IPersistable () |
virtual void | SaveState (const SmartPointer< IMemento > &memento) const =0 |
Objects implementing this interface are capable of saving their state in an IMemento.
Definition at line 31 of file berryIPersistable.h.
|
virtual |
Definition at line 21 of file berryIPersistable.cpp.
|
pure virtual |
Saves the state of the object in the given memento.
memento | the storage area for object's state |