![]() |
OpenMS
3.0.0
|
#include <OpenMS/METADATA/ID/ProcessingStep.h>
#include <OpenMS/METADATA/ID/Observation.h>
#include <OpenMS/METADATA/ID/DBSearchParam.h>
#include <OpenMS/METADATA/ID/IdentifiedCompound.h>
#include <OpenMS/METADATA/ID/IdentifiedSequence.h>
#include <OpenMS/METADATA/ID/InputFile.h>
#include <OpenMS/METADATA/ID/MetaData.h>
#include <OpenMS/METADATA/ID/ParentMatch.h>
#include <OpenMS/METADATA/ID/ObservationMatch.h>
#include <OpenMS/METADATA/ID/ParentSequence.h>
#include <OpenMS/METADATA/ID/ParentGroup.h>
#include <OpenMS/METADATA/ID/ObservationMatchGroup.h>
#include <OpenMS/METADATA/ID/ScoreType.h>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | IdentificationData |
struct | IdentificationData::RefTranslator |
structure that maps references of corresponding objects after copying More... | |
struct | IdentificationData::ModifyMultiIndexAddProcessingStep< ElementType > |
Helper functor for adding processing steps to elements in a boost::multi_index_container structure. More... | |
struct | IdentificationData::ModifyMultiIndexAddScore< ElementType > |
Helper functor for adding scores to elements in a boost::multi_index_container structure. More... | |
struct | IdentificationData::ModifyMultiIndexRemoveParentMatches< ElementType > |
Helper functor for removing invalid parent matches from elements in a boost::multi_index_container structure. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
template<typename ContainerType , typename PredicateType > | |
static void | removeFromSetIf_ (ContainerType &container, PredicateType predicate) |
Representation of spectrum identification results and associated data. More... | |
struct OpenMS::IdentificationData::ModifyMultiIndexAddProcessingStep |
Helper functor for adding processing steps to elements in a boost::multi_index_container
structure.
The validity of the processing step reference cannot be checked here!
struct OpenMS::IdentificationData::ModifyMultiIndexAddScore |
Helper functor for adding scores to elements in a boost::multi_index_container structure.
The validity of the score type reference cannot be checked here!
struct OpenMS::IdentificationData::ModifyMultiIndexRemoveParentMatches |
Helper functor for removing invalid parent matches from elements in a boost::multi_index_container structure.
Used during filtering, to update parent matches after parents have been removed.