NCBI C++ ToolKit
|
#include <corelib/ncbiobj.hpp>
#include <objtools/alnmgr/aln_explorer.hpp>
#include <gui/widgets/wx/ui_tool.hpp>
#include <gui/utils/attr_range_coll.hpp>
#include <gui/utils/rgba_color.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IScoringMethod |
IScoringMethod represents an abstract algorithm for calculating alignment scores and assigning colors to residues. More... | |
class | IScoringAlignment |
IScoringAlignment. More... | |
class | IRowScoringMethod |
IRowScoringMethod - row-based method. More... | |
class | IColumnScoringMethod |
IColumnScoringMethod - column-based method. More... | |
class | CTemplateScoringMethod |
CTemplateMethod - describes a class of similar methods. More... | |
class | IWindowScoringMethod |
IWindowScoringMethod - Method that can be windowed, i.e. More... | |