Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Functions
matfile/matfile_concepts/src/operations_on_types.hh File Reference

Go to the source code of this file.

Functions

template<class T >
std::string class_to_string (T c)
template<class T >
NumTraits< T >::Real mat_imag (const T &)
template<>
miUINT8_t mat_imag (const std::complex< miUINT8_t > &v)
template<>
miINT16_t mat_imag (const std::complex< miINT16_t > &v)
template<>
miUINT16_t mat_imag (const std::complex< miUINT16_t > &v)
template<>
miINT32_t mat_imag (const std::complex< miINT32_t > &v)
template<>
miUINT32_t mat_imag (const std::complex< miUINT32_t > &v)
template<>
miSINGLE_t mat_imag (const std::complex< miSINGLE_t > &v)
template<>
miINT8_t mat_imag (const std::complex< miINT8_t > &v)
template<>
miDOUBLE_t mat_imag (const std::complex< miDOUBLE_t > &v)
template<>
miINT8_t mat_imag (const miINT8_t &v)
template<>
miUINT8_t mat_imag (const miUINT8_t &v)
template<>
miINT16_t mat_imag (const miINT16_t &v)
template<>
miUINT16_t mat_imag (const miUINT16_t &v)
template<>
miINT32_t mat_imag (const miINT32_t &v)
template<>
miUINT32_t mat_imag (const miUINT32_t &v)
template<>
miSINGLE_t mat_imag (const miSINGLE_t &v)
template<>
miDOUBLE_t mat_imag (const miDOUBLE_t &v)
template<>
miDOUBLE_t mat_real (const std::complex< miDOUBLE_t > &v)
template<>
miUINT8_t mat_real (const miUINT8_t &v)
template<>
miUINT16_t mat_real (const std::complex< miUINT16_t > &v)
template<>
miUINT32_t mat_real (const std::complex< miUINT32_t > &v)
template<>
miINT32_t mat_real (const std::complex< miINT32_t > &v)
template<>
miINT16_t mat_real (const miINT16_t &v)
template<>
miUINT16_t mat_real (const miUINT16_t &v)
template<>
miSINGLE_t mat_real (const miSINGLE_t &v)
template<>
miINT8_t mat_real (const std::complex< miINT8_t > &v)
template<>
miINT8_t mat_real (const miINT8_t &v)
template<class T >
NumTraits< T >::Real mat_real (const T &)
template<>
miSINGLE_t mat_real (const std::complex< miSINGLE_t > &v)
template<>
miINT16_t mat_real (const std::complex< miINT16_t > &v)
template<>
miUINT8_t mat_real (const std::complex< miUINT8_t > &v)
template<>
miINT32_t mat_real (const miINT32_t &v)
template<>
miDOUBLE_t mat_real (const miDOUBLE_t &v)
template<>
miUINT32_t mat_real (const miUINT32_t &v)
template<class T >
read_as (void *p, MATtype type)
miINT32_t typeSize (const MATtype &type)
template<class T >
void write_as (const T &v, void *p, MATtype type)

Function Documentation

template<class T >
std::string class_to_string ( c)

Definition at line 50 of file operations_on_types.hh.

template<class T >
NumTraits<T>::Real mat_imag ( const T &  ) [inline]
template<>
miUINT8_t mat_imag ( const std::complex< miUINT8_t > &  v) [inline]

Definition at line 166 of file operations_on_types.hh.

template<>
miINT16_t mat_imag ( const std::complex< miINT16_t > &  v) [inline]

Definition at line 167 of file operations_on_types.hh.

template<>
miUINT16_t mat_imag ( const std::complex< miUINT16_t > &  v) [inline]

Definition at line 168 of file operations_on_types.hh.

template<>
miINT32_t mat_imag ( const std::complex< miINT32_t > &  v) [inline]

Definition at line 169 of file operations_on_types.hh.

template<>
miUINT32_t mat_imag ( const std::complex< miUINT32_t > &  v) [inline]

Definition at line 170 of file operations_on_types.hh.

template<>
miSINGLE_t mat_imag ( const std::complex< miSINGLE_t > &  v) [inline]

Definition at line 171 of file operations_on_types.hh.

template<>
miINT8_t mat_imag ( const std::complex< miINT8_t > &  v) [inline]

Definition at line 165 of file operations_on_types.hh.

template<>
miDOUBLE_t mat_imag ( const std::complex< miDOUBLE_t > &  v) [inline]

Definition at line 172 of file operations_on_types.hh.

template<>
miINT8_t mat_imag ( const miINT8_t v) [inline]

Definition at line 157 of file operations_on_types.hh.

template<>
miUINT8_t mat_imag ( const miUINT8_t v) [inline]

Definition at line 158 of file operations_on_types.hh.

template<>
miINT16_t mat_imag ( const miINT16_t v) [inline]

Definition at line 159 of file operations_on_types.hh.

template<>
miUINT16_t mat_imag ( const miUINT16_t v) [inline]

Definition at line 160 of file operations_on_types.hh.

template<>
miINT32_t mat_imag ( const miINT32_t v) [inline]

Definition at line 161 of file operations_on_types.hh.

template<>
miUINT32_t mat_imag ( const miUINT32_t v) [inline]

Definition at line 162 of file operations_on_types.hh.

template<>
miSINGLE_t mat_imag ( const miSINGLE_t v) [inline]

Definition at line 163 of file operations_on_types.hh.

template<>
miDOUBLE_t mat_imag ( const miDOUBLE_t v) [inline]

Definition at line 164 of file operations_on_types.hh.

template<>
miDOUBLE_t mat_real ( const std::complex< miDOUBLE_t > &  v) [inline]

Definition at line 154 of file operations_on_types.hh.

template<>
miUINT8_t mat_real ( const miUINT8_t v) [inline]

Definition at line 140 of file operations_on_types.hh.

template<>
miUINT16_t mat_real ( const std::complex< miUINT16_t > &  v) [inline]

Definition at line 150 of file operations_on_types.hh.

template<>
miUINT32_t mat_real ( const std::complex< miUINT32_t > &  v) [inline]

Definition at line 152 of file operations_on_types.hh.

template<>
miINT32_t mat_real ( const std::complex< miINT32_t > &  v) [inline]

Definition at line 151 of file operations_on_types.hh.

template<>
miINT16_t mat_real ( const miINT16_t v) [inline]

Definition at line 141 of file operations_on_types.hh.

template<>
miUINT16_t mat_real ( const miUINT16_t v) [inline]

Definition at line 142 of file operations_on_types.hh.

template<>
miSINGLE_t mat_real ( const miSINGLE_t v) [inline]

Definition at line 145 of file operations_on_types.hh.

template<>
miINT8_t mat_real ( const std::complex< miINT8_t > &  v) [inline]

Definition at line 147 of file operations_on_types.hh.

template<>
miINT8_t mat_real ( const miINT8_t v) [inline]

Definition at line 139 of file operations_on_types.hh.

template<class T >
NumTraits<T>::Real mat_real ( const T &  ) [inline]
template<>
miSINGLE_t mat_real ( const std::complex< miSINGLE_t > &  v) [inline]

Definition at line 153 of file operations_on_types.hh.

template<>
miINT16_t mat_real ( const std::complex< miINT16_t > &  v) [inline]

Definition at line 149 of file operations_on_types.hh.

template<>
miUINT8_t mat_real ( const std::complex< miUINT8_t > &  v) [inline]

Definition at line 148 of file operations_on_types.hh.

template<>
miINT32_t mat_real ( const miINT32_t v) [inline]

Definition at line 143 of file operations_on_types.hh.

template<>
miDOUBLE_t mat_real ( const miDOUBLE_t v) [inline]

Definition at line 146 of file operations_on_types.hh.

template<>
miUINT32_t mat_real ( const miUINT32_t v) [inline]

Definition at line 144 of file operations_on_types.hh.

template<class T >
T read_as ( void *  p,
MATtype  type 
) [inline]

Definition at line 72 of file operations_on_types.hh.

miINT32_t typeSize ( const MATtype type) [inline]

Definition at line 24 of file operations_on_types.hh.

template<class T >
void write_as ( const T &  v,
void *  p,
MATtype  type 
) [inline]

Definition at line 103 of file operations_on_types.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)