Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
serialization.h File Reference

Go to the source code of this file.

Namespaces

namespace  ug
 the ug namespace
 

Functions

template<class TIStream >
void ug::Deserialize (TIStream &buf, IndexLayout &layout)
 
template<class TIStream >
void ug::Deserialize (TIStream &buf, IndexLayout::Interface &interface)
 
template<class TIStream >
void ug::Deserialize (TIStream &buf, pcl::InterfaceCommunicator< IndexLayout > &ic)
 
template<class TIStream >
void ug::Deserialize (TIStream &buf, pcl::ProcessCommunicator &ic)
 
template<typename T , class TIStream >
void ug::DeserializeParallelData (TIStream &buf, T &t, IndexLayout &masterLayout, IndexLayout &slaveLayout, pcl::InterfaceCommunicator< IndexLayout > &ic, pcl::ProcessCommunicator &pc)
 
template<typename T , class TIStream >
void ug::DeserializeUniquePart (TIStream &buf, ParallelMatrix< T > &A)
 
template<typename TValueType , class TIStream >
void ug::DeserializeUniquePart (TIStream &buf, ParallelVector< TValueType > &v)
 
template<class TOStream >
void ug::Serialize (TOStream &buf, const IndexLayout &layout)
 
template<class TOStream >
void ug::Serialize (TOStream &buf, const IndexLayout::Interface &interface)
 
template<class TOStream >
void ug::Serialize (TOStream &buf, const pcl::InterfaceCommunicator< IndexLayout > &ic)
 
template<class TOStream >
void ug::Serialize (TOStream &buf, const pcl::ProcessCommunicator &ic)
 
template<typename T , class TOStream >
void ug::SerializeParallelData (TOStream &buf, T &t)
 
template<typename T , class TOStream >
void ug::SerializeUniquePart (TOStream &buf, const ParallelMatrix< T > &A)
 
template<typename TValueType , class TOStream >
void ug::SerializeUniquePart (TOStream &buf, const ParallelVector< TValueType > &v)
 
template<typename T >
void ug::SetParallelData (T &t, IndexLayout &masterLayout, IndexLayout &slaveLayout, pcl::InterfaceCommunicator< IndexLayout > &ic, pcl::ProcessCommunicator &pc)