![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2009 by Michal Spanel
.
More...
#include "mdsBinarySerializer.h"#include "mdsSHMSerializer.h"#include "mdsXMLSerializer.h"#include "mdsSerialization.hxx"Namespaces | |
| namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
| namespace | mds::mod |
Functions | |
| template<typename T > | |
| bool | mds::mod::load (T &Object, const std::string &ssFilename, int iFlags=0) |
| Reads serializable object from a specified binary file. | |
| template<typename T , class S > | |
| bool | mds::mod::read (T &Object, CChannelSerializer< S > &Reader) |
| Deserializes a given object. | |
| template<typename T > | |
| bool | mds::mod::read (T &Object, CChannel &Channel, int iFlags=0) |
| Reads serializable object from a specified input channel. | |
| template<typename T > | |
| bool | mds::mod::read (T &Object, CChannel &Channel, CProgress::tProgressFunc &Progress, int iFlags=0) |
| Reads serializable object from a specified input channel. | |
| template<typename T > | |
| bool | mds::mod::save (T &Object, const std::string &ssFilename, int iFlags=0) |
| Writes serializable object into a specified binary file. | |
| template<typename T , class S > | |
| bool | mds::mod::write (T &Object, CChannelSerializer< S > &Writer) |
| Serializes a given object. | |
| template<typename T > | |
| bool | mds::mod::write (T &Object, CChannel &Channel, int iFlags=0) |
| Writes serializable object into a given channel. | |
| template<typename T > | |
| bool | mds::mod::write (T &Object, CChannel &Channel, CProgress::tProgressFunc &Progress, int iFlags=0) |
| Writes serializable object into a given channel. | |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2009 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2009/03/28
Description:
1.7.6.1