|
Open CASCADE Technology
6.7.1
|
POD template structure to access image buffer. More...
#include <Image_PixMapData.hxx>
Public Member Functions | |
| const ColorType_t * | Data () const |
| ColorType_t * | ChangeData () |
| const ColorType_t * | Row (const Standard_Size theRow) const |
| ColorType_t * | ChangeRow (const Standard_Size theRow) |
| const ColorType_t & | Value (const Standard_Size theRow, const Standard_Size theCol) const |
| ColorType_t & | ChangeValue (const Standard_Size theRow, const Standard_Size theCol) |
| Standard_Size | MaxRowAligmentBytes () const |
| Compute the maximal row alignment for current row size. More... | |
| Standard_Size | SizeBytes () const |
| Standard_Size | SizeX () const |
| Standard_Size | SizeY () const |
Data Fields | |
| Standard_Byte * | myDataPtr |
| pointer to the data More... | |
| Standard_Byte * | myTopRowPtr |
| pointer to the topmost row (depending on scanlines order in memory) More... | |
| Standard_Size | mySizeBPP |
| bytes per pixel More... | |
| Standard_Size | mySizeX |
| width in pixels More... | |
| Standard_Size | mySizeY |
| height in pixels More... | |
| Standard_Size | mySizeRowBytes |
| number of bytes per line (in most cases equal to 3 * sizeX) More... | |
| Standard_Size | myTopToDown |
| image scanlines direction in memory from Top to the Down More... | |
POD template structure to access image buffer.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Compute the maximal row alignment for current row size.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Standard_Byte* Image_PixMapData< ColorType_t >::myDataPtr |
pointer to the data
| Standard_Size Image_PixMapData< ColorType_t >::mySizeBPP |
bytes per pixel
| Standard_Size Image_PixMapData< ColorType_t >::mySizeRowBytes |
number of bytes per line (in most cases equal to 3 * sizeX)
| Standard_Size Image_PixMapData< ColorType_t >::mySizeX |
width in pixels
| Standard_Size Image_PixMapData< ColorType_t >::mySizeY |
height in pixels
| Standard_Byte* Image_PixMapData< ColorType_t >::myTopRowPtr |
pointer to the topmost row (depending on scanlines order in memory)
| Standard_Size Image_PixMapData< ColorType_t >::myTopToDown |
image scanlines direction in memory from Top to the Down
1.8.5