#include <genome_state.hpp>
◆ ~SwapHaplotypesCommand()
virtual vg::SwapHaplotypesCommand::~SwapHaplotypesCommand |
( |
| ) |
|
|
virtualdefault |
◆ execute()
Execute this command on the given state and return the reverse command. Generally ends up calling a command-type-specific method on the GenomeState that does the actual work.
Implements vg::GenomeStateCommand.
◆ telomere_pair
pair<const Snarl*, const Snarl*> vg::SwapHaplotypesCommand::telomere_pair |
Work on the given pair of telomeres.
◆ to_swap
pair<size_t, size_t> vg::SwapHaplotypesCommand::to_swap |
Swap the haplotypes at the given ranks.
The documentation for this struct was generated from the following files: