Searched refs:getMinPtr (Results 1 – 1 of 1) sorted by relevance
282 ValueAccess getMin (void) { return ValueAccess(m_type, getMinPtr()); } in getMin()285 ConstValueAccess getMin (void) const { return ConstValueAccess(m_type, getMinPtr()); } in getMin()288 …ValueRangeAccess asAccess (void) { return ValueRangeAccess(m_type, getMinPtr(), getMaxPtr())… in asAccess()289 …ConstValueRangeAccess asAccess (void) const { return ConstValueRangeAccess(m_type, getMinPtr(),… in asAccess()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