#include <mitkIPersistable.h>
|
virtual bool | Save (const std::string &fileName="")=0 |
|
virtual bool | Load (const std::string &fileName="")=0 |
|
virtual void | SetId (const std::string &id)=0 |
|
virtual std::string | GetId () const =0 |
|
Just a base class for persistable classes
Definition at line 25 of file mitkIPersistable.h.
virtual std::string mitk::IPersistable::GetId |
( |
| ) |
const |
|
pure virtual |
virtual bool mitk::IPersistable::Load |
( |
const std::string & |
fileName = "" | ) |
|
|
pure virtual |
virtual bool mitk::IPersistable::Save |
( |
const std::string & |
fileName = "" | ) |
|
|
pure virtual |
virtual void mitk::IPersistable::SetId |
( |
const std::string & |
id | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: