\brief Gives const access to the data. */
| 157 | |
| 158 | /** \brief Gives const access to the data. */ |
| 159 | inline const TPixel *GetData() const { return static_cast<const TPixel *>(m_ReadAccessor.m_AddressBegin); } |
| 160 | protected: |
| 161 | // protected members |
| 162 |
no outgoing calls
no test coverage detected