HIBF 1.0.0-rc.1
|
Contains the layout graph structure. More...
#include <hibf/layout/graph.hpp>
Classes | |
struct | node |
Public Member Functions | |
Constructors, destructor and assignment | |
graph ()=default | |
Defaulted. | |
graph (graph const &)=default | |
Defaulted. | |
graph & | operator= (graph const &)=default |
Defaulted. | |
graph (graph &&)=default | |
Defaulted. | |
graph & | operator= (graph &&)=default |
Defaulted. | |
~graph ()=default | |
Defaulted. | |
graph (seqan::hibf::layout::layout const &hibf_layout) | |
Defaulted. | |
Public Attributes | |
node | root |
Contains the layout graph structure.