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

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

Inherited by SimpleNewickTreeNewickReader.

Detailed Description

Definition at line 48 of file simple_reader.hpp.

Public Member Functions

 SimpleNewickTreeNewickReaderPlugin ()=default
 
 SimpleNewickTreeNewickReaderPlugin (SimpleNewickTreeNewickReaderPlugin &&)=default
 
 SimpleNewickTreeNewickReaderPlugin (SimpleNewickTreeNewickReaderPlugin const &)=default
 
virtual ~SimpleNewickTreeNewickReaderPlugin ()=default
 
void element_to_edge (NewickBrokerElement const &element, TreeEdge &edge) const
 
void element_to_node (NewickBrokerElement const &element, TreeNode &node) const
 
SimpleNewickTreeNewickReaderPluginoperator= (SimpleNewickTreeNewickReaderPlugin &&)=default
 
SimpleNewickTreeNewickReaderPluginoperator= (SimpleNewickTreeNewickReaderPlugin const &)=default
 
void register_with (NewickReader &reader) const
 

Constructor & Destructor Documentation

◆ SimpleNewickTreeNewickReaderPlugin() [1/3]

◆ ~SimpleNewickTreeNewickReaderPlugin()

virtual ~SimpleNewickTreeNewickReaderPlugin ( )
virtualdefault

◆ SimpleNewickTreeNewickReaderPlugin() [2/3]

◆ SimpleNewickTreeNewickReaderPlugin() [3/3]

Member Function Documentation

◆ element_to_edge()

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

Definition at line 80 of file simple_reader.hpp.

◆ element_to_node()

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

Definition at line 73 of file simple_reader.hpp.

◆ operator=() [1/2]

◆ operator=() [2/2]

◆ register_with()

void register_with ( NewickReader reader) const
inline

Definition at line 91 of file simple_reader.hpp.


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