cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Functions
vctDataFunctionsDynamicMatrix.h File Reference
#include <cisstCommon/cmnDataFunctions.h>
#include <cisstVector/vctDynamicMatrixBase.h>
#include <cisstCommon/cmnDataFunctionsMatrixHelpers.h>

Go to the source code of this file.

Classes

class  cmnData< vctDynamicMatrix< _elementType > >
 

Macros

#define _vctDataFunctionsDynamicMatrix_h
 

Functions

template<typename _elementType >
void cmnDeSerializeRaw (std::istream &inputStream, vctDynamicMatrix< _elementType > &matrix) throw (std::runtime_error)
 
template<typename _elementType >
void cmnDeSerializeRaw (std::istream &inputStream, vctDynamicMatrixRef< _elementType > &matrix) throw (std::runtime_error)
 
template<typename _elementType >
void cmnSerializeRaw (std::ostream &outputStream, const vctDynamicMatrix< _elementType > &matrix) throw (std::runtime_error)
 
template<typename _elementType >
void cmnSerializeRaw (std::ostream &outputStream, const vctDynamicMatrixRef< _elementType > &matrix) throw (std::runtime_error)
 
template<typename _elementType >
void cmnSerializeRaw (std::ostream &outputStream, const vctDynamicConstMatrixRef< _elementType > &matrix) throw (std::runtime_error)
 

Macro Definition Documentation

#define _vctDataFunctionsDynamicMatrix_h

Function Documentation

template<typename _elementType >
void cmnDeSerializeRaw ( std::istream &  inputStream,
vctDynamicMatrix< _elementType > &  matrix 
)
throw (std::runtime_error
)
inline
template<typename _elementType >
void cmnDeSerializeRaw ( std::istream &  inputStream,
vctDynamicMatrixRef< _elementType > &  matrix 
)
throw (std::runtime_error
)
inline
template<typename _elementType >
void cmnSerializeRaw ( std::ostream &  outputStream,
const vctDynamicMatrix< _elementType > &  matrix 
)
throw (std::runtime_error
)
inline
template<typename _elementType >
void cmnSerializeRaw ( std::ostream &  outputStream,
const vctDynamicMatrixRef< _elementType > &  matrix 
)
throw (std::runtime_error
)
inline
template<typename _elementType >
void cmnSerializeRaw ( std::ostream &  outputStream,
const vctDynamicConstMatrixRef< _elementType > &  matrix 
)
throw (std::runtime_error
)
inline