| 74 | { |
| 75 | public: |
| 76 | NeoBitmapFile() : |
| 77 | _fileAddressPixels(0), |
| 78 | _width(0), |
| 79 | _height(0), |
| 80 | _sizeRow(0), |
| 81 | _bytesPerPixel(0), |
| 82 | _bottomToTop(true) |
| 83 | { |
| 84 | } |
| 85 | |
| 86 | ~NeoBitmapFile() |
| 87 | { |
nothing calls this directly
no outgoing calls
no test coverage detected