Container for image dimensions. More...
#include <mi32/imagedimensions.h>
Public Member Functions | |
| IMAGEDIMENSIONS () | |
| UINT32 | GetNumColumnsPerTile () const |
| UINT32 | GetNumRowsPerTile () const |
| INT32 | GetSampling () const |
| UINT32 | GetTotalColumns () const |
| UINT32 | GetTotalRows () const |
| void | SetSampling (INT32 Sampling) |
| void | SetTileDimensions (UINT32 NumColumnsPerTile, UINT32 NumRowsPerTile) |
| void | SetTotalDimensions (UINT32 TotalColumns, UINT32 TotalRows) |
Container for image dimensions.
Can be used in SIMPLE_ARRAY as contains no pointers or composite members.
| IMAGEDIMENSIONS::IMAGEDIMENSIONS | ( | ) | [inline] |
Default constructor.
| UINT32 IMAGEDIMENSIONS::GetNumColumnsPerTile | ( | ) | const [inline] |
Get number of columns per tile.
| UINT32 IMAGEDIMENSIONS::GetNumRowsPerTile | ( | ) | const [inline] |
Get number of rows per tile.
| INT32 IMAGEDIMENSIONS::GetSampling | ( | ) | const [inline] |
Get sampling if pyramid tier.
| UINT32 IMAGEDIMENSIONS::GetTotalColumns | ( | ) | const [inline] |
Get total number image columns.
| UINT32 IMAGEDIMENSIONS::GetTotalRows | ( | ) | const [inline] |
Get total number image rows.
| void IMAGEDIMENSIONS::SetSampling | ( | INT32 | Sampling | ) | [inline] |
Set sampling for pyramid tier.
| void IMAGEDIMENSIONS::SetTileDimensions | ( | UINT32 | NumColumnsPerTile, | |
| UINT32 | NumRowsPerTile | |||
| ) | [inline] |
Set tile dimensions.
Set total and tile dimensions.
1.6.1