NCBI C++ ToolKit
|
Search Toolkit Book for RowSource
#include <algo/structure/cd_utils/cuRowSourceTable.hpp>
Public Member Functions | |
RowSource () | |
RowSource (CCdCore *cd, int row, bool norm) | |
RowSource (const RowSource &rhs) | |
bool | isPending () const |
bool | wasMaster () const |
Public Attributes | |
CCdCore * | cd |
bool | normal |
int | rowInSrc |
bool | master |
Definition at line 10 of file cuRowSourceTable.hpp.
|
inline |
Definition at line 12 of file cuRowSourceTable.hpp.
Definition at line 13 of file cuRowSourceTable.hpp.
References row.
Definition at line 15 of file cuRowSourceTable.hpp.
|
inline |
Definition at line 17 of file cuRowSourceTable.hpp.
Referenced by AlignmentCollection::IsPending().
|
inline |
Definition at line 18 of file cuRowSourceTable.hpp.
Referenced by RowSourceTable::removeEntriesForCD(), and AlignmentCollection::wasMaster().
CCdCore* RowSource::cd |
Definition at line 19 of file cuRowSourceTable.hpp.
Referenced by RowSourceTable::addEntry(), AlignmentCollection::addRowSources(), AlignmentCollection::GetAlignedResiduesForRow(), AlignmentCollection::GetBioseqForRow(), AlignmentCollection::GetGI(), AlignmentCollection::GetSpeciesForRow(), RowSourceTable::isEntryInScope(), RowSourceTable::isPending(), RowSourceTable::removeEntriesForCD(), and DistanceMatrix::writeMat().
bool RowSource::master |
Definition at line 22 of file cuRowSourceTable.hpp.
Referenced by MultipleAlignment::extractAlignedSubset(), and MultipleAlignment::setAlignment().
bool RowSource::normal |
Definition at line 20 of file cuRowSourceTable.hpp.
Referenced by RowSourceTable::addEntry(), AlignmentCollection::addRowSources(), RowSourceTable::isPending(), RowSourceTable::removeEntriesForCD(), and MultipleAlignment::setAlignment().
int RowSource::rowInSrc |
Definition at line 21 of file cuRowSourceTable.hpp.
Referenced by RowSourceTable::addEntry(), AlignmentCollection::addRowSources(), and RowSourceTable::removeEntriesForCD().