#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/DataFrameWriter.h>
List of all members.
Public Member Functions |
| | DataMatrix () |
| void | store (const std::string &rowname, const std::vector< double > &values) |
| void | colnames (const std::vector< std::string > &colnames) |
Private Attributes |
| std::vector< std::string > | colnames_ |
| std::vector< std::string > | rownames_ |
std::vector< std::vector
< double > > | store_ |
Constructor & Destructor Documentation
Member Function Documentation
| void colnames |
( |
const std::vector< std::string > & |
colnames |
) |
[virtual] |
| void store |
( |
const std::string & |
rowname, |
|
|
const std::vector< double > & |
values | |
|
) |
| | [virtual] |
Member Data Documentation
| OpenMS / TOPP release 1.10.0 |
Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |