OpenMS
OSChromatogramMeta Struct Reference

Identifying information for a chromatogram. More...

#include <OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h>

Collaboration diagram for OSChromatogramMeta:
[legend]

Public Member Functions

 OSChromatogramMeta ()
 

Public Attributes

std::size_t index
 the zero-based, consecutive index of the chromatogram in the ChromatogramList. More...
 
std::string id
 a unique identifier for this chromatogram. More...
 

Detailed Description

Identifying information for a chromatogram.

Constructor & Destructor Documentation

◆ OSChromatogramMeta()

OSChromatogramMeta ( )
inline

Member Data Documentation

◆ id

std::string id

a unique identifier for this chromatogram.

◆ index

std::size_t index

the zero-based, consecutive index of the chromatogram in the ChromatogramList.