Home
last modified time | relevance | path

Searched refs:m_MaxInClusterDist (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Doptions.hpp472 {m_MaxInClusterDist = dist; m_Mode = fNonStandard;} in SetMaxInClusterDist()
477 double GetMaxInClusterDist(void) const {return m_MaxInClusterDist;} in GetMaxInClusterDist()
786 double m_MaxInClusterDist; member in CMultiAlignerOptions
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Doptions.cpp214 m_MaxInClusterDist = COBALT_MAX_CLUSTER_DIAM; in x_InitParams()