![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all serializable objects further called data entities. More...
#include <mdsSerializable.h>

Public Types | |
| enum | { CLASS_SERIALIZABLE } |
| Templates that require members of the CSerializable class may use this enum to check the existence. More... | |
| enum | { VERSION = 0x33 } |
| Current serialization interface version. More... | |
| enum | { MAX_NAME_LENGTH = 32 } |
| Maximal length of a data entity name in characters. More... | |
Static Public Member Functions | |
| static int | getBlockSize () |
| Default block size. | |
| static int | getCompression () |
| Default compression method. | |
| static const char * | getName () |
| Default class name. | |
Base class for all serializable objects further called data entities.
| anonymous enum |
Templates that require members of the CSerializable class may use this enum to check the existence.
| static int mds::mod::CSerializable::getBlockSize | ( | ) | [static] |
Default block size.
| static int mds::mod::CSerializable::getCompression | ( | ) | [static] |
Default compression method.
| static const char* mds::mod::CSerializable::getName | ( | ) | [static] |
Default class name.
1.7.6.1