Home
last modified time | relevance | path

Searched refs:AssemblyConsensusAlgorithmRegistry (Results 1 – 11 of 11) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/util_assembly_consensus/
H A DAssemblyConsensusAlgorithmRegistry.cpp29 AssemblyConsensusAlgorithmRegistry::AssemblyConsensusAlgorithmRegistry() { in AssemblyConsensusAlgorithmRegistry() function in U2::AssemblyConsensusAlgorithmRegistry
34 AssemblyConsensusAlgorithmRegistry::~AssemblyConsensusAlgorithmRegistry() { in ~AssemblyConsensusAlgorithmRegistry()
38 AssemblyConsensusAlgorithmFactory *AssemblyConsensusAlgorithmRegistry::getAlgorithmFactory(const QS… in getAlgorithmFactory()
42 void AssemblyConsensusAlgorithmRegistry::addAlgorithmFactory(AssemblyConsensusAlgorithmFactory *alg… in addAlgorithmFactory()
H A DAssemblyConsensusAlgorithmRegistry.h34 class U2ALGORITHM_EXPORT AssemblyConsensusAlgorithmRegistry {
36 AssemblyConsensusAlgorithmRegistry();
38 ~AssemblyConsensusAlgorithmRegistry();
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Script/src/
H A DUgeneContextWrapper.h53 class AssemblyConsensusAlgorithmRegistry; variable
116 AssemblyConsensusAlgorithmRegistry *assemblyConsReg;
H A DUgeneContextWrapper.cpp225 assemblyConsReg = new AssemblyConsensusAlgorithmRegistry(); in UgeneContextWrapper()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_assembly/
H A DAssemblyConsensusArea.cpp53AssemblyConsensusAlgorithmRegistry *registry = AppContext::getAssemblyConsensusAlgorithmRegistry(); in AssemblyConsensusArea()
173AssemblyConsensusAlgorithmRegistry *registry = AppContext::getAssemblyConsensusAlgorithmRegistry(); in getConsensusAlgorithmMenu()
196AssemblyConsensusAlgorithmRegistry *registry = AppContext::getAssemblyConsensusAlgorithmRegistry(); in sl_consensusAlgorithmChanged()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DAppContext.h39 class AssemblyConsensusAlgorithmRegistry; variable
269 static AssemblyConsensusAlgorithmRegistry *getAssemblyConsensusAlgorithmRegistry() { in getAssemblyConsensusAlgorithmRegistry()
460 virtual AssemblyConsensusAlgorithmRegistry *_getAssemblyConsensusAlgorithmRegistry() const = 0;
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DExtractConsensusWorker.cpp178 AssemblyConsensusAlgorithmRegistry *reg = AppContext::getAssemblyConsensusAlgorithmRegistry(); in createAlgorithm()
218 AssemblyConsensusAlgorithmRegistry *reg = AppContext::getAssemblyConsensusAlgorithmRegistry(); in init()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Private/src/
H A DAppContextImpl.h322 void setAssemblyConsensusAlgorithmRegistry(AssemblyConsensusAlgorithmRegistry *reg) { in setAssemblyConsensusAlgorithmRegistry()
587 virtual AssemblyConsensusAlgorithmRegistry *_getAssemblyConsensusAlgorithmRegistry() const { in _getAssemblyConsensusAlgorithmRegistry()
694 AssemblyConsensusAlgorithmRegistry *assemblyConsensusAlgoRegistry;
/dports/biology/ugene/ugene-40.1/src/ugenecl/src/
H A DMain.cpp353 AssemblyConsensusAlgorithmRegistry *assemblyConsReg = new AssemblyConsensusAlgorithmRegistry(); in main()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/
H A DU2Algorithm.pro65 src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.h \
169 src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.cpp \
/dports/biology/ugene/ugene-40.1/src/ugeneui/src/
H A DMain.cpp690 AssemblyConsensusAlgorithmRegistry *assemblyConsReg = new AssemblyConsensusAlgorithmRegistry(); in main()