OpenMS
DataMatrix Struct Reference

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

Inheritance diagram for DataMatrix:
[legend]
Collaboration diagram for DataMatrix:
[legend]

Public Member Functions

 DataMatrix ()
 
void store (const std::string &rowname, const std::vector< double > &values) override
 
void colnames (const std::vector< std::string > &colnames) override
 
- Public Member Functions inherited from IDataFrameWriter
virtual ~IDataFrameWriter ()
 

Private Attributes

std::vector< std::string > colnames_
 
std::vector< std::string > rownames_
 
std::vector< std::vector< double > > store_
 

Constructor & Destructor Documentation

◆ DataMatrix()

Member Function Documentation

◆ colnames()

void colnames ( const std::vector< std::string > &  colnames)
overridevirtual

Implements IDataFrameWriter.

◆ store()

void store ( const std::string &  rowname,
const std::vector< double > &  values 
)
overridevirtual

Implements IDataFrameWriter.

Member Data Documentation

◆ colnames_

std::vector<std::string> colnames_
private

◆ rownames_

std::vector<std::string> rownames_
private

◆ store_

std::vector<std::vector<double> > store_
private