MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Functions
mdsSerialization.hxx File Reference

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

Functions

template<typename T >
bool load (T &Object, const std::string &ssFilename, int iFlags)
template<typename T , class S >
bool read (T &Object, CChannelSerializer< S > &Reader)
template<typename T >
bool read (T &Object, CChannel &Channel, int iFlags)
template<typename T >
bool read (T &Object, CChannel &Channel, CProgress::tProgressFunc &Progress, int iFlags)
template<typename T >
bool save (T &Object, const std::string &ssFilename, int iFlags)
template<typename T , class S >
bool write (T &Object, CChannelSerializer< S > &Writer)
template<typename T >
bool write (T &Object, CChannel &Channel, int iFlags)
template<typename T >
bool write (T &Object, CChannel &Channel, CProgress::tProgressFunc &Progress, int iFlags)

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.hxx 1863 2010-08-31 20:40:15Z spanel

Description:


Function Documentation

template<typename T >
bool load ( T &  Object,
const std::string &  ssFilename,
int  iFlags 
)
template<typename T , class S >
bool read ( T &  Object,
CChannelSerializer< S > &  Reader 
)
template<typename T >
bool read ( T &  Object,
CChannel &  Channel,
int  iFlags 
)
template<typename T >
bool read ( T &  Object,
CChannel &  Channel,
CProgress::tProgressFunc &  Progress,
int  iFlags 
)
template<typename T >
bool save ( T &  Object,
const std::string &  ssFilename,
int  iFlags 
)
template<typename T , class S >
bool write ( T &  Object,
CChannelSerializer< S > &  Writer 
)
template<typename T >
bool write ( T &  Object,
CChannel &  Channel,
int  iFlags 
)
template<typename T >
bool write ( T &  Object,
CChannel &  Channel,
CProgress::tProgressFunc &  Progress,
int  iFlags 
)