|
template<typename _elementType , vct::size_type _rows, vct::size_type _cols> |
void | cmnDeSerializeRaw (std::istream &inputStream, vctFixedSizeMatrix< _elementType, _rows, _cols > &matrix) throw (std::runtime_error) |
|
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) throw (std::runtime_error) |
|
template<typename _elementType , vct::size_type _rows, vct::size_type _cols> |
void | cmnSerializeRaw (std::ostream &outputStream, const vctFixedSizeMatrix< _elementType, _rows, _cols > &matrix) throw (std::runtime_error) |
|
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) throw (std::runtime_error) |
|
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) throw (std::runtime_error) |
|