Go to the source code of this file.
| #define _vctDataFunctionsDynamicMatrix_h |
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 |