A library for working with phylogenetic and population genetic data.
v0.27.0
SimpleNewickTreeNewickWriterPlugin Class Reference

#include <genesis/tree/formats/newick/simple_writer.hpp>

Inherited by SimpleNewickTreeNewickWriter.

Detailed Description

Definition at line 48 of file simple_writer.hpp.

Public Member Functions

 SimpleNewickTreeNewickWriterPlugin ()=default
 
 SimpleNewickTreeNewickWriterPlugin (SimpleNewickTreeNewickWriterPlugin &&)=default
 
 SimpleNewickTreeNewickWriterPlugin (SimpleNewickTreeNewickWriterPlugin const &)=default
 
virtual ~SimpleNewickTreeNewickWriterPlugin ()=default
 
void edge_to_element (TreeEdge const &edge, NewickBrokerElement &element) const
 
void node_to_element (TreeNode const &node, NewickBrokerElement &element) const
 
SimpleNewickTreeNewickWriterPluginoperator= (SimpleNewickTreeNewickWriterPlugin &&)=default
 
SimpleNewickTreeNewickWriterPluginoperator= (SimpleNewickTreeNewickWriterPlugin const &)=default
 
void register_with (NewickWriter &writer) const
 

Constructor & Destructor Documentation

◆ SimpleNewickTreeNewickWriterPlugin() [1/3]

◆ ~SimpleNewickTreeNewickWriterPlugin()

virtual ~SimpleNewickTreeNewickWriterPlugin ( )
virtualdefault

◆ SimpleNewickTreeNewickWriterPlugin() [2/3]

◆ SimpleNewickTreeNewickWriterPlugin() [3/3]

Member Function Documentation

◆ edge_to_element()

void edge_to_element ( TreeEdge const &  edge,
NewickBrokerElement element 
) const
inline

Definition at line 83 of file simple_writer.hpp.

◆ node_to_element()

void node_to_element ( TreeNode const &  node,
NewickBrokerElement element 
) const
inline

Definition at line 73 of file simple_writer.hpp.

◆ operator=() [1/2]

◆ operator=() [2/2]

◆ register_with()

void register_with ( NewickWriter writer) const
inline

Definition at line 96 of file simple_writer.hpp.


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