ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::msdata::ChromatogramIdentity Struct Reference

Identifying information for a chromatogram. More...

#include <MSData.hpp>

Inheritance diagram for pwiz::msdata::ChromatogramIdentity:
pwiz::msdata::Chromatogram

Public Member Functions

 ChromatogramIdentity ()
 

Public Attributes

size_t index
 the zero-based, consecutive index of the chromatogram in the ChromatogramList. More...
 
std::string id
 a unique identifier for this chromatogram. It should be expected that external files may use this identifier together with the mzML filename or accession to reference a particular chromatogram. More...
 
boost::iostreams::stream_offset sourceFilePosition
 for file-based MSData implementations, this attribute may refer to the chromatogram's position in the file More...
 

Detailed Description

Identifying information for a chromatogram.

Definition at line 488 of file MSData.hpp.

Constructor & Destructor Documentation

§ ChromatogramIdentity()

pwiz::msdata::ChromatogramIdentity::ChromatogramIdentity ( )
inline

Definition at line 499 of file MSData.hpp.

const size_t IDENTITY_INDEX_NONE
Definition: MSData.hpp:466
size_t index
the zero-based, consecutive index of the chromatogram in the ChromatogramList.
Definition: MSData.hpp:491
boost::iostreams::stream_offset sourceFilePosition
for file-based MSData implementations, this attribute may refer to the chromatogram&#39;s position in the...
Definition: MSData.hpp:497

Member Data Documentation

§ index

size_t pwiz::msdata::ChromatogramIdentity::index

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

Definition at line 491 of file MSData.hpp.

Referenced by initializeTestData(), pwiz::msdata::TextWriter::operator()(), and testChromatogram().

§ id

std::string pwiz::msdata::ChromatogramIdentity::id

a unique identifier for this chromatogram. It should be expected that external files may use this identifier together with the mzML filename or accession to reference a particular chromatogram.

Definition at line 494 of file MSData.hpp.

Referenced by initializeTestData(), pwiz::msdata::TextWriter::operator()(), and testChromatogram().

§ sourceFilePosition

boost::iostreams::stream_offset pwiz::msdata::ChromatogramIdentity::sourceFilePosition

for file-based MSData implementations, this attribute may refer to the chromatogram's position in the file

Definition at line 497 of file MSData.hpp.

Referenced by testChromatogram().


The documentation for this struct was generated from the following file: