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