#include <OpenMS/METADATA/ExperimentalDesign.h>
◆ SampleSection() [1/2]
◆ SampleSection() [2/2]
      
        
          | SampleSection | ( | const std::vector< std::vector< String > > & | content, | 
        
          |  |  | const std::map< unsigned, Size > & | sample_to_rowindex, | 
        
          |  |  | const std::map< String, Size > & | columnname_to_columnindex | 
        
          |  | ) |  |  | 
      
 
 
◆ addSample()
      
        
          | void addSample | ( | unsigned | sample, | 
        
          |  |  | const std::vector< String > & | content = {} | 
        
          |  | ) |  |  | 
      
 
 
◆ getFactorColIdx()
      
        
          | Size getFactorColIdx | ( | const String & | factor | ) | const | 
      
 
 
◆ getFactors()
      
        
          | std::set< String > getFactors | ( |  | ) | const | 
      
 
 
◆ getFactorValue()
      
        
          | String getFactorValue | ( | unsigned | sample, | 
        
          |  |  | const String & | factor | 
        
          |  | ) |  | const | 
      
 
 
◆ getSamples()
      
        
          | std::set< unsigned > getSamples | ( |  | ) | const | 
      
 
 
◆ hasFactor()
      
        
          | bool hasFactor | ( | const String & | factor | ) | const | 
      
 
 
◆ hasSample()
      
        
          | bool hasSample | ( | unsigned | sample | ) | const | 
      
 
 
◆ columnname_to_columnindex_
  
  | 
        
          | std::map< String, Size > columnname_to_columnindex_ |  | private | 
 
 
◆ content_
  
  | 
        
          | std::vector< std::vector < String > > content_ |  | private | 
 
 
◆ sample_to_rowindex_
  
  | 
        
          | std::map< unsigned, Size > sample_to_rowindex_ |  | private |