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

#include <genesis/tree/common_tree/phyloxml_writer.hpp>

Inherited by CommonTreePhyloxmlWriter.

Detailed Description

Definition at line 48 of file phyloxml_writer.hpp.

Public Member Functions

 CommonTreePhyloxmlWriterPlugin ()=default
 
 CommonTreePhyloxmlWriterPlugin (CommonTreePhyloxmlWriterPlugin &&)=default
 
 CommonTreePhyloxmlWriterPlugin (CommonTreePhyloxmlWriterPlugin const &)=default
 
virtual ~CommonTreePhyloxmlWriterPlugin ()=default
 
void edge_to_element (TreeEdge const &edge, utils::XmlElement &element) const
 
void node_to_element (TreeNode const &node, utils::XmlElement &element) const
 
CommonTreePhyloxmlWriterPluginoperator= (CommonTreePhyloxmlWriterPlugin &&)=default
 
CommonTreePhyloxmlWriterPluginoperator= (CommonTreePhyloxmlWriterPlugin const &)=default
 
void register_with (PhyloxmlWriter &writer) const
 

Constructor & Destructor Documentation

◆ CommonTreePhyloxmlWriterPlugin() [1/3]

◆ ~CommonTreePhyloxmlWriterPlugin()

virtual ~CommonTreePhyloxmlWriterPlugin ( )
virtualdefault

◆ CommonTreePhyloxmlWriterPlugin() [2/3]

◆ CommonTreePhyloxmlWriterPlugin() [3/3]

Member Function Documentation

◆ edge_to_element()

void edge_to_element ( TreeEdge const &  edge,
utils::XmlElement element 
) const
inline

Definition at line 74 of file phyloxml_writer.hpp.

◆ node_to_element()

void node_to_element ( TreeNode const &  node,
utils::XmlElement element 
) const
inline

Definition at line 69 of file phyloxml_writer.hpp.

◆ operator=() [1/2]

◆ operator=() [2/2]

◆ register_with()

void register_with ( PhyloxmlWriter writer) const
inline

Definition at line 79 of file phyloxml_writer.hpp.


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