bpp-popgen3
3.0.0
|
Store data for one allele. More...
#include <Bpp/PopGen/DataSet/Io/GeneMapper/GeneMapperCsvExport.h>
Public Member Functions | |
Allele (const std::string &name, double size, unsigned int height, double peakArea) | |
const std::string & | getName () const |
const double & | getSize () const |
const unsigned int & | getHeight () const |
const double & | getPeakArea () const |
Private Attributes | |
std::string | name_ |
double | size_ |
unsigned int | height_ |
double | peakArea_ |
Store data for one allele.
Definition at line 91 of file GeneMapperCsvExport.h.
|
inline |
Definition at line 100 of file GeneMapperCsvExport.h.
|
inline |
Definition at line 113 of file GeneMapperCsvExport.h.
References height_.
|
inline |
Definition at line 105 of file GeneMapperCsvExport.h.
References name_.
|
inline |
Definition at line 117 of file GeneMapperCsvExport.h.
References peakArea_.
|
inline |
Definition at line 109 of file GeneMapperCsvExport.h.
References size_.
|
private |
Definition at line 96 of file GeneMapperCsvExport.h.
Referenced by getHeight().
|
private |
Definition at line 94 of file GeneMapperCsvExport.h.
Referenced by getName().
|
private |
Definition at line 97 of file GeneMapperCsvExport.h.
Referenced by getPeakArea().
|
private |
Definition at line 95 of file GeneMapperCsvExport.h.
Referenced by getSize().