Model for flowcell heatmap

Functions

::uint32_t tile_at (const size_t index) const
 
::uint32_t tile_id (const size_t lane_idx, const size_t loc) const INTEROP_THROW_SPEC((model
 
const plot::axis & saxis () const
 
const std::string & subtitle () const
 
size_t lane_count () const
 
size_t swath_count () const
 
size_t tile_count () const
 
size_t total_tile_count () const
 

Detailed Description

Model for flowcell heatmap

See full class description

Function Documentation

size_t lane_count ( ) const
inline

Get number of lanes

Returns
number of lanes
const plot::axis& saxis ( ) const
inline

Get the single axis

Returns
single axis
const std::string& subtitle ( ) const
inline

Get the sub title

Returns
sub title
size_t swath_count ( ) const
inline

Get number of swaths

Returns
number of swaths
::uint32_t tile_at ( const size_t  index) const
inline

Get tile id at index

Parameters
indexindex of id
Returns
tile id
size_t tile_count ( ) const
inline

Get number of tiles

Returns
number of tiles
::uint32_t tile_id ( const size_t  lane_idx,
const size_t  loc 
) const
inline

Get the tile id associated with the location

Parameters
lane_idx
loc
Returns
tile id
size_t total_tile_count ( ) const
inline

Get total number of tiles for a single lane

Returns
total number of tiles for a single lane