Searched refs:IsBetterThan (Results 1 – 1 of 1) sorted by relevance
208 bool IsBetterThan(const CBlockOption * const pCmp) const;948 bool CBlockOption::IsBetterThan(const CBlockOption * const pCmp) const in IsBetterThan() function in CBlockOption1171 if(!pJobBest || pJob->IsBetterThan(pJobBest)) { in AddBestTriangles()1204 if(m_sOptBest.IsEmpty() || m_sOpt.IsBetterThan(&m_sOptBest)) in FillFrom()