mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023673: Static method Image_PixMap::SizePixelBytes is not exported
Static method Standard_Size SizePixelBytes (const Image_PixMap::ImgFormat thePixelFormat) exported under Windows to prevent link error in the user code.
This commit is contained in:
@@ -215,7 +215,7 @@ public: // low-level API for batch-processing (pixels reading / comparison / mod
|
||||
}
|
||||
|
||||
//! @return bytes reserved for one pixel (may include extra bytes for alignment).
|
||||
static Standard_Size SizePixelBytes (const Image_PixMap::ImgFormat thePixelFormat);
|
||||
Standard_EXPORT static Standard_Size SizePixelBytes (const Image_PixMap::ImgFormat thePixelFormat);
|
||||
|
||||
//! @return bytes reserved per row.
|
||||
//! Could be larger than needed to store packed row (extra bytes for alignment etc.).
|
||||
|
Reference in New Issue
Block a user