MS2File
- class pyopenms.MS2File
Bases:
objectCython implementation of _MS2File
- Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1MS2File.html
– Inherits from [‘ProgressLogger’]
- __init__()
Cython signature: void MS2File()
Cython signature: void MS2File(MS2File &)
Methods
Cython signature: void MS2File()
Cython signature: void endProgress() Ends the progress display
Cython signature: LogType getLogType() Returns the type of progress log being used
Cython signature: void load(const String & filename, MSExperiment & exp)
Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)
Cython signature: void setLogType(LogType) Sets the progress log that should be used.
Cython signature: void setProgress(ptrdiff_t value) Sets the current progress
Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)
- endProgress()
Cython signature: void endProgress() Ends the progress display
- getLogType()
Cython signature: LogType getLogType() Returns the type of progress log being used
- load()
Cython signature: void load(const String & filename, MSExperiment & exp)
- nextProgress()
Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)
- setLogType()
Cython signature: void setLogType(LogType) Sets the progress log that should be used. The default type is NONE!
- setProgress()
Cython signature: void setProgress(ptrdiff_t value) Sets the current progress
- startProgress()
Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)