Home
last modified time | relevance | path

Searched refs:TSAlgo (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/repeat_finder/src/
H A DRF_SArray_TandemFinder.h44 enum TSAlgo { AlgoSuffix = 0, enum
57 static const TSConstants::TSAlgo DEFAULT_ALGO = TSConstants::AlgoSuffixBinary;
75 TSConstants::TSAlgo algo;
H A DTandemQuery.cpp75 …settings.algo = (TSConstants::TSAlgo)cfg->getParameter(ALGORITHM_ATTRIBUTE)->getAttributeValueWith… in getAlgorithmTask()
124 …TSConstants::TSAlgo algorithm = (TSConstants::TSAlgo)algorithmAttribute->getAttributeValueWithoutS… in saveConfiguration()
H A DFindTandemsDialog.cpp221 settings.algo = (TSConstants::TSAlgo)algoComboBox->currentIndex(); in accept()