CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Report Struct Reference

#include <reports.h>

Public Types

enum  Formats { Unknown, Text, HTML, JSON }
 

Public Member Functions

 Report ()
 
 Report (pCafeParam param, viterbi_parameters &viterbi)
 

Data Fields

pCafeTree aTree
 
std::string tree
 
std::string lambda_tree
 
std::vector< double > lambdas
 
std::vector< double > averageExpansion
 
std::vector< changechanges
 
std::vector< std::pair< int,
int > > 
node_pairs
 
std::vector< family_line_itemfamily_line_items
 
std::vector< int > branch_cutting_output_format
 

Static Public Attributes

static int report_format = std::ios_base::xalloc()
 

Member Enumeration Documentation

Enumerator
Unknown 
Text 
HTML 
JSON 

Constructor & Destructor Documentation

Report::Report ( )
inline
Report::Report ( pCafeParam  param,
viterbi_parameters viterbi 
)

Field Documentation

pCafeTree Report::aTree
std::vector<double> Report::averageExpansion
std::vector<int> Report::branch_cutting_output_format
std::vector<change> Report::changes
std::vector<family_line_item> Report::family_line_items
std::string Report::lambda_tree
std::vector<double> Report::lambdas
std::vector<std::pair<int, int> > Report::node_pairs
int Report::report_format = std::ios_base::xalloc()
static
std::string Report::tree

The documentation for this struct was generated from the following files: