ARB
Enumerations | Functions
TreeWrite.h File Reference
#include <nds.h>
Include dependency graph for TreeWrite.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  LabelQuoting {
  LABEL_DISALLOW_QUOTES = 0, LABEL_SINGLE_QUOTES = 1, LABEL_DOUBLE_QUOTES = 2, LABEL_FORCE_QUOTES = 4,
  LABEL_FORCE_REPLACE = 8, LABEL_ACCEPT_NON_ASCII = 16
}
 

Functions

GB_ERROR TREE_write_Newick (GBDATA *gb_main, const char *tree_name, const TreeLabeler &labeler, bool save_branchlengths, bool save_bootstraps, bool save_groupnames, bool pretty, LabelQuoting quoteMode, const char *path)
 
GB_ERROR TREE_write_XML (GBDATA *gb_main, const char *db_name, const char *tree_name, const TreeLabeler &labeler, bool skip_folded, const char *path)
 
GB_ERROR TREE_export_tree (GBDATA *gb_main, FILE *out, TreeNode *tree, bool triple_root, bool export_branchlens, bool use_double_quotes)
 

Enumeration Type Documentation

Enumerator
LABEL_DISALLOW_QUOTES 
LABEL_SINGLE_QUOTES 
LABEL_DOUBLE_QUOTES 
LABEL_FORCE_QUOTES 
LABEL_FORCE_REPLACE 
LABEL_ACCEPT_NON_ASCII 

Definition at line 18 of file TreeWrite.h.

Function Documentation

GB_ERROR TREE_write_Newick ( GBDATA gb_main,
const char tree_name,
const TreeLabeler labeler,
bool  save_branchlengths,
bool  save_bootstraps,
bool  save_groupnames,
bool  pretty,
LabelQuoting  quoteMode,
const char path 
)
GB_ERROR TREE_write_XML ( GBDATA gb_main,
const char db_name,
const char tree_name,
const TreeLabeler labeler,
bool  skip_folded,
const char path 
)
GB_ERROR TREE_export_tree ( GBDATA gb_main,
FILE *  out,
TreeNode tree,
bool  triple_root,
bool  export_branchlens,
bool  use_double_quotes 
)