IO utilitie routines.
More...
#include <ioutils.h>
IO utilitie routines.
IO utilitie routines
Definition at line 91 of file ioutils.h.
UTILSLIB::IOUtils::~IOUtils |
( |
| ) |
|
|
inline |
qint32 IOUtils::fread3 |
( |
QDataStream & |
p_qStream | ) |
|
|
static |
mne_fread3(fid)
Reads a 3-byte integer out of a stream
- Parameters
-
[in] | p_qStream | Stream to read from |
- Returns
- the read 3-byte integer
Definition at line 74 of file ioutils.cpp.
VectorXi IOUtils::fread3_many |
( |
QDataStream & |
p_qStream, |
|
|
qint32 |
count |
|
) |
| |
|
static |
fread3_many(fid,count)
Reads a 3-byte integer out of a stream
- Parameters
-
[in] | p_qStream | Stream to read from |
[in] | count | Number of elements to read |
- Returns
- the read 3-byte integer
Definition at line 86 of file ioutils.cpp.
void IOUtils::swap_doublep |
( |
double * |
source | ) |
|
|
static |
swap double
- Parameters
-
[in,out] | source | double to swap |
- Returns
- swapped double
Definition at line 215 of file ioutils.cpp.
void IOUtils::swap_floatp |
( |
float * |
source | ) |
|
|
static |
swap float
- Parameters
-
[in,out] | source | float to swap |
- Returns
- swapped float
Definition at line 196 of file ioutils.cpp.
qint32 IOUtils::swap_int |
( |
qint32 |
source | ) |
|
|
static |
swap integer
- Parameters
-
[in] | source | integer to swap |
- Returns
- swapped integer
Definition at line 113 of file ioutils.cpp.
void IOUtils::swap_intp |
( |
qint32 * |
source | ) |
|
|
static |
swap integer
- Parameters
-
[in,out] | source | integer to swap |
- Returns
- swapped integer
Definition at line 129 of file ioutils.cpp.
qint64 IOUtils::swap_long |
( |
qint64 |
source | ) |
|
|
static |
swap long
- Parameters
-
- Returns
- swapped long
Definition at line 149 of file ioutils.cpp.
void IOUtils::swap_longp |
( |
qint64 * |
source | ) |
|
|
static |
swap long
- Parameters
-
[in,out] | source | long to swap |
- Returns
- swapped long
Definition at line 169 of file ioutils.cpp.
qint16 IOUtils::swap_short |
( |
qint16 |
source | ) |
|
|
static |
swap short
- Parameters
-
- Returns
- swapped short
Definition at line 99 of file ioutils.cpp.
The documentation for this class was generated from the following files:
- D:/Users/Christoph/GitHub/mne-cpp/MNE/utils/ioutils.h
- D:/Users/Christoph/GitHub/mne-cpp/MNE/utils/ioutils.cpp