Searched defs:getMinPtr (Results 1 – 1 of 1) sorted by relevance
298 const Scalar* getMinPtr (void) const { return m_min.empty() ? DE_NULL : &m_min[0]; } in getMinPtr() function in rsg::ValueRange301 Scalar* getMinPtr (void) { return m_min.empty() ? DE_NULL : &m_min[0]; } in getMinPtr() function in rsg::ValueRange