MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This is the complete list of members for UTILSLIB::IOUtils, including all inherited members.
check_matching_chnames_conventions(const QStringList &chNamesA, const QStringList &chNamesB, bool bCheckForNewNamingConvention=false) | UTILSLIB::IOUtils | static |
check_matching_chnames_conventions(const std::vector< std::string > &chNamesA, const std::vector< std::string > &chNamesB, bool bCheckForNewNamingConvention=false) | UTILSLIB::IOUtils | static |
ConstSPtr typedef | UTILSLIB::IOUtils | |
fread3(QDataStream &p_qStream) | UTILSLIB::IOUtils | static |
fread3(std::iostream &stream) | UTILSLIB::IOUtils | static |
fread3_many(QDataStream &p_qStream, qint32 count) | UTILSLIB::IOUtils | static |
fread3_many(std::iostream &stream, qint32 count) | UTILSLIB::IOUtils | static |
get_new_chnames_conventions(const QStringList &chNames) | UTILSLIB::IOUtils | static |
get_new_chnames_conventions(const std::vector< std::string > &chNames) | UTILSLIB::IOUtils | static |
get_old_chnames_conventions(const QStringList &chNames) | UTILSLIB::IOUtils | static |
get_old_chnames_conventions(const std::vector< std::string > &chNames) | UTILSLIB::IOUtils | static |
read_eigen_matrix(Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &out, const QString &path) | UTILSLIB::IOUtils | static |
read_eigen_matrix(Eigen::Matrix< T, 1, Eigen::Dynamic > &out, const QString &path) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
read_eigen_matrix(Eigen::Matrix< T, Eigen::Dynamic, 1 > &out, const QString &path) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
read_eigen_matrix(Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &out, const std::string &path) | UTILSLIB::IOUtils | static |
read_eigen_matrix(Eigen::Matrix< T, 1, Eigen::Dynamic > &out, const std::string &path) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
read_eigen_matrix(Eigen::Matrix< T, Eigen::Dynamic, 1 > &out, const std::string &path) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
SPtr typedef | UTILSLIB::IOUtils | |
swap_doublep(double *source) | UTILSLIB::IOUtils | static |
swap_float(float source) | UTILSLIB::IOUtils | static |
swap_floatp(float *source) | UTILSLIB::IOUtils | static |
swap_int(qint32 source) | UTILSLIB::IOUtils | static |
swap_intp(qint32 *source) | UTILSLIB::IOUtils | static |
swap_long(qint64 source) | UTILSLIB::IOUtils | static |
swap_longp(qint64 *source) | UTILSLIB::IOUtils | static |
swap_short(qint16 source) | UTILSLIB::IOUtils | static |
write_eigen_matrix(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &in, const QString &sPath, const QString &sDescription=QString()) | UTILSLIB::IOUtils | static |
write_eigen_matrix(const Eigen::Matrix< T, 1, Eigen::Dynamic > &in, const QString &sPath, const QString &sDescription=QString()) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
write_eigen_matrix(const Eigen::Matrix< T, Eigen::Dynamic, 1 > &in, const QString &sPath, const QString &sDescription=QString()) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
write_eigen_matrix(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &in, const std::string &sPath, const std::string &sDescription=std::string()) | UTILSLIB::IOUtils | static |
write_eigen_matrix(const Eigen::Matrix< T, 1, Eigen::Dynamic > &in, const std::string &sPath, const std::string &sDescription=std::string()) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
write_eigen_matrix(const Eigen::Matrix< T, Eigen::Dynamic, 1 > &in, const std::string &sPath, const std::string &sDescription=std::string()) (defined in UTILSLIB::IOUtils) | UTILSLIB::IOUtils | static |
~IOUtils() | UTILSLIB::IOUtils | inline |