| 70 | friend class ImageAccessorBase; |
| 71 | |
| 72 | void SetData(void *dataPtr) |
| 73 | { |
| 74 | if (dataPtr == nullptr) |
| 75 | { |
| 76 | m_Data = (unsigned char *)dataPtr; |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | /** Name of the channel */ |
| 81 | std::string m_Name; |
no outgoing calls
no test coverage detected