|
QDP++
|
This is the complete list of members for QDP::HDF5Reader, including all inherited members.
| cd(const std::string &dirname) | QDP::HDF5 | |
| check_exists(const std::string &filename) | QDP::HDF5 | static |
| checkColorMatrixType(const hid_t &type_id, const unsigned int &rank, hid_t &base_type_id) | QDP::HDF5 | protected |
| checkComplexType(const hid_t &type_id, hid_t &base_type_id) | QDP::HDF5 | protected |
| checkDiracPropagatorType(const hid_t &type_id, const unsigned int &spinrank, const unsigned int &colorrank, hid_t &base_type_id) | QDP::HDF5 | protected |
| close() | QDP::HDF5 | |
| createColorMatrixType(const hid_t &complex_id, const unsigned int &rank) | QDP::HDF5 | protected |
| createComplexType(const unsigned int &float_size) | QDP::HDF5 | protected |
| createPropagatorType(const hid_t &colmat_id, const unsigned int &spinrank) | QDP::HDF5 | protected |
| current_group | QDP::HDF5 | protected |
| CvtToHost(void *buf, const OLattice< T > &field, const unsigned int &nodeSites, const unsigned int &elemSize) | QDP::HDF5 | inlineprotected |
| CvtToHost(void *buf, const multi1d< OLattice< T > > &fieldarray, const unsigned int &nodeSites, const unsigned int &arraySize, const unsigned int &elemSize) | QDP::HDF5 | inlineprotected |
| CvtToLayout(OLattice< T > &field, void *buf, const unsigned int &nodeSites, const unsigned int &elemSize) | QDP::HDF5 | inlineprotected |
| CvtToLayout(multi1d< OLattice< T > > &fieldarray, void *buf, const unsigned int &nodeSites, const unsigned int &arraySize, const unsigned int &elemSize) | QDP::HDF5 | inlineprotected |
| error_stack | QDP::HDF5 | protected |
| errorHandler(hid_t errstack, void *unused) | QDP::HDF5 | protectedstatic |
| file_comm | QDP::HDF5 | protected |
| file_id | QDP::HDF5 | protected |
| getNameById(hid_t id) const | QDP::HDF5 | protected |
| HDF5(const long int &stripesizee=-1, const long int &maxalign=0) | QDP::HDF5 | explicitprotected |
| HDF5_error_exit(const std::string &message) | QDP::HDF5 | inlineprotected |
| HDF5Reader() | QDP::HDF5Reader | |
| HDF5Reader(const long int &stripesize, const long int &maxalign=0) | QDP::HDF5Reader | |
| HDF5Reader(const std::string &filename) | QDP::HDF5Reader | |
| isprefetched | QDP::HDF5 | protected |
| maxalign | QDP::HDF5 | protected |
| mpicomm | QDP::HDF5 | protected |
| objectExists(const std::string &name) | QDP::HDF5 | protected |
| objectExists(hid_t loc_id, const std::string &name) | QDP::HDF5 | protected |
| objectType(const ::std::string &name) | QDP::HDF5 | protected |
| objectType(hid_t loc_id, const ::std::string &name) | QDP::HDF5 | protected |
| open(const std::string &filename) | QDP::HDF5Reader | virtual |
| par_init | QDP::HDF5 | protected |
| parentDir() const | QDP::HDF5 | |
| pop() | QDP::HDF5 | |
| prefetchLatticeCoordinates() | QDP::HDF5 | protected |
| profile | QDP::HDF5 | protected |
| pwd() const | QDP::HDF5 | |
| rd(const std::string &dataname, ctype &datum, const H5T_class_t &hdfclass, const bool &sign, const bool &rigid_checks=true) | QDP::HDF5 | inlineprotected |
| rd(const std::string &dataname, multi1d< ctype > &datum, const H5T_class_t &hdfclass, const bool &sign, const bool &rigid_checks=true) | QDP::HDF5 | inlineprotected |
| rd(const std::string &dataname, multi2d< ctype > &datum, const H5T_class_t &hdfclass, const bool &sign, const bool &rigid_checks=true) | QDP::HDF5 | inlineprotected |
| rdAtt(const std::string &obj_name, const std::string &attr_name, ctype &datum, const H5T_class_t &hdfclass, const bool &sign, const bool &rigid_checks=true) | QDP::HDF5 | inlineprotected |
| rdAtt(const std::string &obj_name, const std::string &attr_name, multi1d< ctype > &datum, const H5T_class_t &hdfclass, const bool &sign, const bool &rigid_checks=true) | QDP::HDF5 | inlineprotected |
| read(const std::string &obj_name, short &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, unsigned short &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, int &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, unsigned int &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, unsigned long long &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, float &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, double &datum) | QDP::HDF5 | |
| read(const std::string &dataname, std::string &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi1d< short > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi1d< unsigned short > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi1d< int > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi1d< unsigned int > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi1d< unsigned long long > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi1d< float > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi1d< double > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi2d< short > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi2d< unsigned short > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi2d< int > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi2d< unsigned int > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi2d< unsigned long long > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi2d< float > &datum) | QDP::HDF5 | |
| read(const std::string &obj_name, multi2d< double > &datum) | QDP::HDF5 | |
| read(const std::string &name, OScalar< T > &scalar) | QDP::HDF5 | inline |
| read(const std::string &name, multi1d< OScalar< T > > &scalararray) | QDP::HDF5 | inline |
| read(const std::string &name, OLattice< T > &field, const HDF5Base::accessmode &accmode=HDF5Base::transpose_order) | QDP::HDF5 | inline |
| read(const std::string &name, multi1d< OLattice< T > > &fieldarray, const HDF5Base::accessmode &accmode=HDF5Base::transpose_order) | QDP::HDF5 | inline |
| read(const std::string &dataname, ComplexF &datum) | QDP::HDF5 | |
| read(const std::string &dataname, ComplexD &datum) | QDP::HDF5 | |
| read(const std::string &dataname, multi1d< ComplexF > &datum) | QDP::HDF5 | |
| read(const std::string &dataname, multi1d< ComplexD > &datum) | QDP::HDF5 | |
| read(const std::string &name, LatticeColorMatrixD3 &field, const HDF5Base::accessmode &accmode) | QDP::HDF5 | |
| read(const std::string &name, LatticeDiracPropagatorF3 &field, const HDF5Base::accessmode &accmode) | QDP::HDF5 | |
| read(const std::string &name, LatticeDiracPropagatorD3 &field, const HDF5Base::accessmode &accmode) | QDP::HDF5 | |
| read(const std::string &name, multi1d< LatticeColorMatrixD3 > &field, const HDF5Base::accessmode &accmode) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, short &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, unsigned short &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, int &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, unsigned int &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, unsigned long long &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, float &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, double &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, std::string &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, multi1d< short > &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, multi1d< unsigned short > &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, multi1d< int > &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, multi1d< unsigned int > &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, multi1d< unsigned long long > &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, multi1d< float > &datum) | QDP::HDF5 | |
| readAttribute(const std::string &obj_name, const std::string &attr_name, multi1d< double > &datum) | QDP::HDF5 | |
| readLattice(const std::string &name, const hid_t &type_id, const hid_t &base_type_id, const ullong &obj_size, const ullong &tot_size, char *buf, bool invert_order=true) | QDP::HDF5 | protected |
| readPrepare(const std::string &name, hid_t &type_id) | QDP::HDF5 | protected |
| readPrepareLattice(const std::string &name, hid_t &type_id, multi1d< ullong > &sizes) | QDP::HDF5 | protected |
| readQlua(const std::string &name, multi1d< LatticeColorMatrixD3 > &field) | QDP::HDF5 | |
| readQlua(const std::string &name, LatticeDiracPropagatorD3 &prop) | QDP::HDF5 | |
| reordermap | QDP::HDF5 | protected |
| set_profiling(const bool &profilee) | QDP::HDF5 | inline |
| set_stripesize(const int &stripesizee) | QDP::HDF5 | inline |
| splitPathname(const std::string &name) | QDP::HDF5 | protected |
| stripesize | QDP::HDF5 | protected |
| tokenize(const ::std::string &str, ::std::vector< ::std::string > &tokens, const ::std::string &delimiters) | QDP::HDF5 | protected |
| ~HDF5Reader() | QDP::HDF5Reader |