genericIO
|
This is the complete list of members for rsfRegFile, including all inherited members.
close() const (defined in rsfRegFile) | rsfRegFile | inlinevirtual |
error(const std::string err) const (defined in rsfRegFile) | rsfRegFile | virtual |
getBool(const std::string, const bool def) const (defined in rsfRegFile) | rsfRegFile | virtual |
getBool(const std::string) const (defined in rsfRegFile) | rsfRegFile | virtual |
getFloat(const std::string, const float def) const (defined in rsfRegFile) | rsfRegFile | virtual |
getFloat(const std::string) const (defined in rsfRegFile) | rsfRegFile | virtual |
getFloats(const std::string arg, int num) const (defined in rsfRegFile) | rsfRegFile | virtual |
getFloats(const std::string arg, std::vector< float > &defs) const (defined in rsfRegFile) | rsfRegFile | virtual |
getInt(const std::string arg) const (defined in rsfRegFile) | rsfRegFile | virtual |
getInt(const std::string arg, const int def) const (defined in rsfRegFile) | rsfRegFile | virtual |
getInts(const std::string arg, int num) const (defined in rsfRegFile) | rsfRegFile | virtual |
getInts(const std::string arg, std::vector< int > &defs) const (defined in rsfRegFile) | rsfRegFile | virtual |
getString(const std::string arg) const (defined in rsfRegFile) | rsfRegFile | virtual |
getString(const std::string arg, const std::string def) const (defined in rsfRegFile) | rsfRegFile | virtual |
putBool(const std::string par, const bool val) (defined in rsfRegFile) | rsfRegFile | virtual |
putFloat(const std::string par, const float val) (defined in rsfRegFile) | rsfRegFile | virtual |
putFloats(const std::string par, const std::vector< float > val) (defined in rsfRegFile) | rsfRegFile | virtual |
putInt(const std::string par, const int val) (defined in rsfRegFile) | rsfRegFile | virtual |
putInts(const std::string par, const std::vector< int > val) (defined in rsfRegFile) | rsfRegFile | virtual |
putString(const std::string par, const std::string val) (defined in rsfRegFile) | rsfRegFile | virtual |
readComplexStream(float _Complex *array, const long long npts) (defined in rsfRegFile) | rsfRegFile | virtual |
readComplexWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float _Complex *array) (defined in rsfRegFile) | rsfRegFile | virtual |
readDescription() (defined in rsfRegFile) | rsfRegFile | virtual |
readFloatStream(float *array, const long long npts) (defined in rsfRegFile) | rsfRegFile | virtual |
readFloatWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float *array) (defined in rsfRegFile) | rsfRegFile | virtual |
readUCharStream(unsigned char *array, const long long npts) (defined in rsfRegFile) | rsfRegFile | virtual |
readUCharWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, unsigned char *array) (defined in rsfRegFile) | rsfRegFile | virtual |
rsfRegFile(std::string tg, usage_code usage) (defined in rsfRegFile) | rsfRegFile | |
seekTo(const long long iv, const int whence) (defined in rsfRegFile) | rsfRegFile | virtual |
writeComplexStream(const float _Complex *array, const long long npts) (defined in rsfRegFile) | rsfRegFile | virtual |
writeComplexWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float _Complex *array) (defined in rsfRegFile) | rsfRegFile | virtual |
writeDescription() (defined in rsfRegFile) | rsfRegFile | virtual |
writeFloatStream(const float *array, const long long npts) (defined in rsfRegFile) | rsfRegFile | virtual |
writeFloatWindow(const std::vector< int > &nw, const std::vector< int > &fw, const std::vector< int > &jw, float *array) (defined in rsfRegFile) | rsfRegFile | virtual |