OpenStructure
|
#include <aligned_column.hh>
Public Member Functions | |
AlignedColumn (const AlignmentHandle &aln, int index) | |
AlignedColumn () | |
int | GetIndex () const |
char | operator[] (int row) const |
int | GetResidueIndex (int row) const |
int | GetRowCount () const |
mol::ResidueView | GetResidue (int row) const |
Provides access to a column in a aligned region or a sequence alignment.
Definition at line 31 of file aligned_column.hh.
AlignedColumn | ( | const AlignmentHandle & | aln, |
int | index | ||
) |
AlignedColumn | ( | ) |
construct empty (invalid) aligned column
int GetIndex | ( | ) | const |
get index of column
mol::ResidueView GetResidue | ( | int | row | ) | const |
get residue at row
int GetResidueIndex | ( | int | row | ) | const |
get residue index at row
int GetRowCount | ( | ) | const |
get number of rows
char operator[] | ( | int | row | ) | const |