Implementation of functions for reading and writing Phyloxml files.
Definition in file tree/formats/phyloxml/writer.cpp.
#include "genesis/tree/formats/phyloxml/writer.hpp"
#include "genesis/tree/tree.hpp"
#include "genesis/tree/function/distances.hpp"
#include "genesis/tree/iterator/preorder.hpp"
#include "genesis/utils/core/fs.hpp"
#include "genesis/utils/core/logging.hpp"
#include "genesis/utils/core/std.hpp"
#include "genesis/utils/formats/xml/document.hpp"
#include "genesis/utils/formats/xml/writer.hpp"
#include "genesis/utils/io/output_stream.hpp"
#include <cassert>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::tree | |