A library for working with phylogenetic and population genetic data.
v0.27.0
HeatmapColorization::Spectrum Struct Reference

#include <genesis/population/functions/heatmap_colorization.hpp>

Detailed Description

Definition at line 64 of file heatmap_colorization.hpp.

Public Member Functions

 Spectrum ()=default
 
 Spectrum (std::string const &chromosome)
 

Public Attributes

std::string chromosome
 
std::vector< std::vector< double > > values
 

Constructor & Destructor Documentation

◆ Spectrum() [1/2]

Spectrum ( )
default

◆ Spectrum() [2/2]

Spectrum ( std::string const &  chromosome)
inline

Definition at line 67 of file heatmap_colorization.hpp.

Member Data Documentation

◆ chromosome

std::string chromosome

Definition at line 71 of file heatmap_colorization.hpp.

◆ values

std::vector<std::vector<double> > values

Definition at line 72 of file heatmap_colorization.hpp.


The documentation for this struct was generated from the following file: