cisst-saw
Loading...
Searching...
No Matches
vctDataFunctionsFixedSizeMatrix.h File Reference

Go to the source code of this file.

Classes

class  cmnData< vctFixedSizeMatrix< _elementType, _rows, _cols, _rowMajor > >

Macros

#define _vctDataFunctionsFixedSizeMatrix_h

Functions

template<typename _elementType, vct::size_type _rows, vct::size_type _cols>
void cmnDeSerializeRaw (std::istream &inputStream, vctFixedSizeMatrix< _elementType, _rows, _cols > &matrix) CISST_THROW(std
template<typename _elementType, vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride>
void cmnDeSerializeRaw (std::istream &inputStream, vctFixedSizeMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > &matrix) CISST_THROW(std
template<typename _elementType, vct::size_type _rows, vct::size_type _cols>
void cmnSerializeRaw (std::ostream &outputStream, const vctFixedSizeMatrix< _elementType, _rows, _cols > &matrix) CISST_THROW(std
template<typename _elementType, vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride>
void cmnSerializeRaw (std::ostream &outputStream, const vctFixedSizeMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > &matrix) CISST_THROW(std
template<typename _elementType, vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride>
void cmnSerializeRaw (std::ostream &outputStream, const vctFixedSizeConstMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > &matrix) CISST_THROW(std

Macro Definition Documentation

◆ _vctDataFunctionsFixedSizeMatrix_h

#define _vctDataFunctionsFixedSizeMatrix_h

Function Documentation

◆ cmnDeSerializeRaw() [1/2]

template<typename _elementType, vct::size_type _rows, vct::size_type _cols>
void cmnDeSerializeRaw ( std::istream & inputStream,
vctFixedSizeMatrix< _elementType, _rows, _cols > & matrix )
inline

◆ cmnDeSerializeRaw() [2/2]

template<typename _elementType, vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride>
void cmnDeSerializeRaw ( std::istream & inputStream,
vctFixedSizeMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > & matrix )
inline

◆ cmnSerializeRaw() [1/3]

template<typename _elementType, vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride>
void cmnSerializeRaw ( std::ostream & outputStream,
const vctFixedSizeConstMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > & matrix )
inline

◆ cmnSerializeRaw() [2/3]

template<typename _elementType, vct::size_type _rows, vct::size_type _cols>
void cmnSerializeRaw ( std::ostream & outputStream,
const vctFixedSizeMatrix< _elementType, _rows, _cols > & matrix )
inline

◆ cmnSerializeRaw() [3/3]

template<typename _elementType, vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride>
void cmnSerializeRaw ( std::ostream & outputStream,
const vctFixedSizeMatrixRef< _elementType, _rows, _cols, _rowStride, _colStride > & matrix )
inline