HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TileDescription Class Reference

#include <ImfTileDescription.h>

Public Member Functions

 TileDescription (unsigned int xs=32, unsigned int ys=32, LevelMode m=ONE_LEVEL, LevelRoundingMode r=ROUND_DOWN)
 
bool operator== (const TileDescription &other) const
 

Public Attributes

unsigned int xSize
 
unsigned int ySize
 
LevelMode mode
 
LevelRoundingMode roundingMode
 

Detailed Description

Definition at line 39 of file ImfTileDescription.h.

Constructor & Destructor Documentation

TileDescription::TileDescription ( unsigned int  xs = 32,
unsigned int  ys = 32,
LevelMode  m = ONE_LEVEL,
LevelRoundingMode  r = ROUND_DOWN 
)
inline

Definition at line 48 of file ImfTileDescription.h.

Member Function Documentation

bool TileDescription::operator== ( const TileDescription other) const
inline

Definition at line 62 of file ImfTileDescription.h.

Member Data Documentation

LevelMode TileDescription::mode

Definition at line 45 of file ImfTileDescription.h.

LevelRoundingMode TileDescription::roundingMode

Definition at line 46 of file ImfTileDescription.h.

unsigned int TileDescription::xSize

Definition at line 43 of file ImfTileDescription.h.

unsigned int TileDescription::ySize

Definition at line 44 of file ImfTileDescription.h.


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