#include <OpenMS/METADATA/ExperimentalDesign.h>
◆ SampleSection() [1/2]
◆ SampleSection() [2/2]
◆ addSample()
void addSample |
( |
const String & |
sample, |
|
|
const std::vector< String > & |
content = {} |
|
) |
| |
◆ getContentSize()
Size getContentSize |
( |
| ) |
const |
returns the number of entries in content_ member
◆ getFactorColIdx()
Size getFactorColIdx |
( |
const String & |
factor | ) |
const |
◆ getFactors()
std::set< String > getFactors |
( |
| ) |
const |
◆ getFactorValue() [1/2]
◆ getFactorValue() [2/2]
String getFactorValue |
( |
unsigned |
sample_idx, |
|
|
const String & |
factor |
|
) |
| const |
◆ getSampleName()
String getSampleName |
( |
unsigned |
sample_row | ) |
const |
◆ getSampleRow()
unsigned getSampleRow |
( |
const String & |
sample | ) |
const |
◆ getSamples()
std::set< String > getSamples |
( |
| ) |
const |
◆ hasFactor()
bool hasFactor |
( |
const String & |
factor | ) |
const |
◆ hasSample()
bool hasSample |
( |
const String & |
sample | ) |
const |
◆ columnname_to_columnindex_
std::map< String, Size > columnname_to_columnindex_ |
|
private |
◆ content_
std::vector< std::vector < String > > content_ |
|
private |
◆ sample_to_rowindex_