AcquisitionInfo#
- class pyopenms.AcquisitionInfo#
Bases:
objectCython implementation of _AcquisitionInfo
- Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1AcquisitionInfo.html
– Inherits from [‘MetaInfoInterface’]
- __init__()#
Cython signature: void AcquisitionInfo()
Cython signature: void AcquisitionInfo(AcquisitionInfo &)
Methods
Cython signature: void AcquisitionInfo()
Cython signature: void clearMetaInfo() Removes all meta values
Cython signature: void getKeys(libcpp_vector[String] & keys) Fills the given vector with a list of all keys for which a value is set
Cython signature: DataValue getMetaValue(String) Returns the value corresponding to a string, or
Cython signature: String getMethodOfCombination() Returns the method of combination
Cython signature: bool isMetaEmpty() Returns if the MetaInfo is empty
Cython signature: MetaInfoRegistry metaRegistry() Returns a reference to the MetaInfoRegistry
Cython signature: bool metaValueExists(String) Returns whether an entry with the given name exists
Cython signature: void push_back(Acquisition) Append a Acquisition object
Cython signature: void removeMetaValue(String) Removes the DataValue corresponding to name if it exists
Cython signature: void resize(size_t n)
Cython signature: void setMetaValue(String, DataValue) Sets the DataValue corresponding to a name
Cython signature: void setMethodOfCombination(String method) Sets the method of combination
Cython signature: size_t size() Number a Acquisition objects
- clearMetaInfo()#
Cython signature: void clearMetaInfo() Removes all meta values
- getKeys()#
Cython signature: void getKeys(libcpp_vector[String] & keys) Fills the given vector with a list of all keys for which a value is set
- getMetaValue()#
Cython signature: DataValue getMetaValue(String) Returns the value corresponding to a string, or
- getMethodOfCombination()#
Cython signature: String getMethodOfCombination() Returns the method of combination
- isMetaEmpty()#
Cython signature: bool isMetaEmpty() Returns if the MetaInfo is empty
- metaRegistry()#
Cython signature: MetaInfoRegistry metaRegistry() Returns a reference to the MetaInfoRegistry
- metaValueExists()#
Cython signature: bool metaValueExists(String) Returns whether an entry with the given name exists
- push_back()#
Cython signature: void push_back(Acquisition) Append a Acquisition object
- removeMetaValue()#
Cython signature: void removeMetaValue(String) Removes the DataValue corresponding to name if it exists
- resize()#
Cython signature: void resize(size_t n)
- setMetaValue()#
Cython signature: void setMetaValue(String, DataValue) Sets the DataValue corresponding to a name
- setMethodOfCombination()#
Cython signature: void setMethodOfCombination(String method) Sets the method of combination
- size()#
Cython signature: size_t size() Number a Acquisition objects