cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
vctPrintf.h File Reference
#include <cisstCommon/cmnPortability.h>
#include <cisstCommon/cmnPrintf.h>
#include <cisstVector/vctFixedSizeConstVectorBase.h>
#include <cisstVector/vctFixedSizeConstMatrixBase.h>
#include <cisstVector/vctDynamicConstVectorBase.h>
#include <cisstVector/vctDynamicConstMatrixBase.h>

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

#define _vctPrintf_h

Function Documentation

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 
)
inline
template<class _matrixOwnerType , class _elementType >
bool cmnTypePrintf ( cmnPrintfParser parser,
const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &  matrix 
)