ARB
|
#include <AliView.hxx>
Public Member Functions | |
AliView (GBDATA *gb_main_) | |
AliView (GBDATA *gb_main_, const AP_filter &filter_, const AP_weights &weights_, const char *aliname_) | |
AliView (const AliView &other) | |
~AliView () | |
DECLARE_ASSIGNMENT_OPERATOR (AliView) | |
const char * | get_aliname () const |
const AP_filter * | get_filter () const |
AP_filter * | get_filter () |
const AP_weights * | get_weights () const |
GBDATA * | get_gb_main () const |
size_t | get_length () const |
bool | has_data () const |
Definition at line 25 of file AliView.hxx.
|
explicit |
Definition at line 33 of file AliView.cxx.
AliView::AliView | ( | GBDATA * | gb_main_, |
const AP_filter & | filter_, | ||
const AP_weights & | weights_, | ||
const char * | aliname_ | ||
) |
Definition at line 42 of file AliView.cxx.
AliView::AliView | ( | const AliView & | other | ) |
Definition at line 51 of file AliView.cxx.
AliView::~AliView | ( | ) |
Definition at line 60 of file AliView.cxx.
AliView::DECLARE_ASSIGNMENT_OPERATOR | ( | AliView | ) |
|
inline |
Definition at line 40 of file AliView.hxx.
Referenced by AP_sequence::bind_to_species(), ArbParsimony::generate_tree(), and DI_MATRIX::get_aliname().
|
inline |
Definition at line 42 of file AliView.hxx.
Referenced by di_calculate_matrix(), ARB_seqtree_root::get_filter(), and AP_sequence::get_filter().
|
inline |
Definition at line 43 of file AliView.hxx.
|
inline |
Definition at line 45 of file AliView.hxx.
Referenced by ARB_seqtree_root::get_weights(), and AP_sequence::get_weights().
|
inline |
Definition at line 46 of file AliView.hxx.
Referenced by AP_sequence::bind_to_species(), ArbParsimony::generate_tree(), and ARB_seqtree_root::get_gb_main().
size_t AliView::get_length | ( | ) | const |
Definition at line 66 of file AliView.cxx.
References AP_filter::get_filtered_length().
Referenced by DI_MATRIX::calculate(), DI_MATRIX::calculate_pro(), DI_MATRIX::detect_transformation(), and AP_sequence::get_sequence_length().
|
inline |
Definition at line 50 of file AliView.hxx.
Referenced by ARB_seqtree_root::ARB_seqtree_root(), FINAL_TYPE< SEQTYPE >::init(), ARB_seqtree_root::linkToDB(), and ARB_seqtree_root::unlinkFromDB().