HDK
|
#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 |
Definition at line 36 of file ImfTileDescription.h.
|
inline |
Definition at line 44 of file ImfTileDescription.h.
|
inline |
Definition at line 54 of file ImfTileDescription.h.
LevelMode TileDescription::mode |
Definition at line 41 of file ImfTileDescription.h.
LevelRoundingMode TileDescription::roundingMode |
Definition at line 42 of file ImfTileDescription.h.
unsigned int TileDescription::xSize |
Definition at line 39 of file ImfTileDescription.h.
unsigned int TileDescription::ySize |
Definition at line 40 of file ImfTileDescription.h.