genericIO
|
This is the complete list of members for SEP::sepRegFile, including all inherited members.
_hyper (defined in SEP::genericRegFile) | SEP::genericRegFile | protected |
_type (defined in SEP::genericRegFile) | SEP::genericRegFile | protected |
close() (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |
error(const std::string &err) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
genericRegFile() (defined in SEP::genericRegFile) | SEP::genericRegFile | inline |
getBool(const std::string &, const bool def) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getBool(const std::string &) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getDataEsize() (defined in SEP::genericRegFile) | SEP::genericRegFile | |
getDataSize() (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |
getDataType() (defined in SEP::genericRegFile) | SEP::genericRegFile | inline |
getDataTypeString() (defined in SEP::genericRegFile) | SEP::genericRegFile | |
getFloat(const std::string &, const float def) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getFloat(const std::string &) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getFloats(const std::string &arg, int nvals) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getFloats(const std::string &arg, std::vector< float > &defs) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getHyper() (defined in SEP::genericRegFile) | SEP::genericRegFile | inline |
getInt(const std::string &arg) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getInt(const std::string &arg, const int def) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getInts(const std::string &arg, int nvals) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getInts(const std::string &arg, std::vector< int > &defs) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getString(const std::string &arg) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
getString(const std::string &arg, const std::string &def) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
message(const std::string &err) const (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
paramObj() (defined in SEP::paramObj) | SEP::paramObj | inline |
putBool(const std::string &par, const bool val) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
putFloat(const std::string &par, const float val) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
putFloats(const std::string &par, const std::vector< float > &val) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
putFloats(const std::string &par, const std::vector< float > val) (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |
putInt(const std::string &par, const int val) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
putInts(const std::string &par, const std::vector< int > &val) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
putInts(const std::string &par, const std::vector< int > val) (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |
putString(const std::string &par, const std::string &val) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
putString(const std::string &par, const std::string val) (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |
readComplexStream(float _Complex *array, const long long npts) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
readComplexWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float _Complex *array) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
readComplexWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > jw, float _Complex *array) (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |
readDescription() (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
readFloatStream(float *array, const long long npts) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
readFloatWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float *array) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
readUCharStream(unsigned char *array, const long long npts) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
readUCharWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, unsigned char *array) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
seekTo(const long long iv, const int whence) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
sepRegFile(const std::string &tg, const SEP::usage_code usage) (defined in SEP::sepRegFile) | SEP::sepRegFile | |
setDataType(dataType typ) (defined in SEP::genericRegFile) | SEP::genericRegFile | inline |
setHyper(std::shared_ptr< SEP::hypercube > hyp) (defined in SEP::genericRegFile) | SEP::genericRegFile | inline |
writeComplexStream(const float _Complex *array, const long long npts) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
writeComplexWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float _Complex *array) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
writeComplexWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, const float _Complex *array) (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |
writeDescription() (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
writeFloatStream(const float *array, const long long npts) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
writeFloatWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float *array) (defined in SEP::sepRegFile) | SEP::sepRegFile | virtual |
writeFloatWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, const float *array) (defined in SEP::genericRegFile) | SEP::genericRegFile | inlinevirtual |