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

Go to the source code of this file.

Macros

#define DEFAULT_BRANCH_LENGTH_MARKER   -1000.0
 

Functions

bool is_marked_as_default_len (GBT_LEN len)
 
void TREE_scale (TreeNode *tree, double length_scale, double bootstrap_scale)
 
TreeNodeTREE_load (const char *path, TreeRoot *troot, char **commentPtr, bool allow_length_scaling, char **warningPtr)
 
GB_ERROR TREE_load_to_db (GBDATA *gb_main, const char *treefile, const char *tree_name)
 

Macro Definition Documentation

#define DEFAULT_BRANCH_LENGTH_MARKER   -1000.0

Definition at line 19 of file TreeRead.h.

Referenced by is_marked_as_default_len(), and TreeReader::load().

Function Documentation

bool is_marked_as_default_len ( GBT_LEN  len)
inline

Definition at line 20 of file TreeRead.h.

References DEFAULT_BRANCH_LENGTH_MARKER.

Referenced by TREE_scale().

void TREE_scale ( TreeNode tree,
double  length_scale,
double  bootstrap_scale 
)
TreeNode* TREE_load ( const char path,
TreeRoot troot,
char **  commentPtr,
bool  allow_length_scaling,
char **  warningPtr 
)
GB_ERROR TREE_load_to_db ( GBDATA gb_main,
const char treefile,
const char tree_name 
)