MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Functions
mdsSerialization.h File Reference

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)
Copyright (c) 2003-2005 by Michal Spanel


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.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2009 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2009/03/28

Id:
mdsSerialization.h 1863 2010-08-31 20:40:15Z spanel

Description: