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

Go to the source code of this file.

Macros

#define _vctPrintf_h

Functions

template<vct::size_type _size, vct::stride_type _stride, class _elementType, class _dataPtrType>
bool cmnTypePrintf (cmnPrintfParser &parser, const vctFixedSizeConstVectorBase< _size, _stride, _elementType, _dataPtrType > &vector)
template<class _vectorOwnerType, class _elementType>
bool cmnTypePrintf (cmnPrintfParser &parser, const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector)
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType, class _dataPtrType>
bool cmnTypePrintf (cmnPrintfParser &parser, const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix)
template<class _matrixOwnerType, class _elementType>
bool cmnTypePrintf (cmnPrintfParser &parser, const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix)

Macro Definition Documentation

◆ _vctPrintf_h

#define _vctPrintf_h

Function Documentation

◆ cmnTypePrintf() [1/4]

template<class _matrixOwnerType, class _elementType>
bool cmnTypePrintf ( cmnPrintfParser & parser,
const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > & matrix )

◆ cmnTypePrintf() [2/4]

template<class _vectorOwnerType, class _elementType>
bool cmnTypePrintf ( cmnPrintfParser & parser,
const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > & vector )

◆ cmnTypePrintf() [3/4]

template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType, class _dataPtrType>
bool cmnTypePrintf ( cmnPrintfParser & parser,
const vctFixedSizeConstMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > & matrix )
inline

◆ cmnTypePrintf() [4/4]

template<vct::size_type _size, vct::stride_type _stride, class _elementType, class _dataPtrType>
bool cmnTypePrintf ( cmnPrintfParser & parser,
const vctFixedSizeConstVectorBase< _size, _stride, _elementType, _dataPtrType > & vector )