IMAGEDIMENSIONS Class Reference

Container for image dimensions. More...

#include <mi32/imagedimensions.h>

List of all members.

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)

Detailed Description

Container for image dimensions.

Can be used in SIMPLE_ARRAY as contains no pointers or composite members.


Constructor & Destructor Documentation

IMAGEDIMENSIONS::IMAGEDIMENSIONS (  )  [inline]

Default constructor.


Member Function Documentation

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.

void IMAGEDIMENSIONS::SetTotalDimensions ( UINT32  TotalColumns,
UINT32  TotalRows 
) [inline]

Set total and tile dimensions.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:33:31 2012 for TNTsdk 2012 by  doxygen 1.6.1