|
| Header (int width=64, int height=64, float pixelAspectRatio=1, const IMATH_NAMESPACE::V2f &screenWindowCenter=IMATH_NAMESPACE::V2f(0, 0), float screenWindowWidth=1, LineOrder lineOrder=INCREASING_Y, Compression=ZIP_COMPRESSION) |
|
| Header (int width, int height, const IMATH_NAMESPACE::Box2i &dataWindow, float pixelAspectRatio=1, const IMATH_NAMESPACE::V2f &screenWindowCenter=IMATH_NAMESPACE::V2f(0, 0), float screenWindowWidth=1, LineOrder lineOrder=INCREASING_Y, Compression=ZIP_COMPRESSION) |
|
| Header (const IMATH_NAMESPACE::Box2i &displayWindow, const IMATH_NAMESPACE::Box2i &dataWindow, float pixelAspectRatio=1, const IMATH_NAMESPACE::V2f &screenWindowCenter=IMATH_NAMESPACE::V2f(0, 0), float screenWindowWidth=1, LineOrder lineOrder=INCREASING_Y, Compression=ZIP_COMPRESSION) |
|
| Header (const Header &other) |
|
| ~Header () |
|
Header & | operator= (const Header &other) |
|
void | insert (const char name[], const Attribute &attribute) |
|
void | insert (const std::string &name, const Attribute &attribute) |
|
void | erase (const char name[]) |
|
void | erase (const std::string &name) |
|
Attribute & | operator[] (const char name[]) |
|
const Attribute & | operator[] (const char name[]) const |
|
Attribute & | operator[] (const std::string &name) |
|
const Attribute & | operator[] (const std::string &name) const |
|
template<class T > |
T & | typedAttribute (const char name[]) |
|
template<class T > |
const T & | typedAttribute (const char name[]) const |
|
template<class T > |
T & | typedAttribute (const std::string &name) |
|
template<class T > |
const T & | typedAttribute (const std::string &name) const |
|
template<class T > |
T * | findTypedAttribute (const char name[]) |
|
template<class T > |
const T * | findTypedAttribute (const char name[]) const |
|
template<class T > |
T * | findTypedAttribute (const std::string &name) |
|
template<class T > |
const T * | findTypedAttribute (const std::string &name) const |
|
Iterator | begin () |
|
ConstIterator | begin () const |
|
Iterator | end () |
|
ConstIterator | end () const |
|
Iterator | find (const char name[]) |
|
ConstIterator | find (const char name[]) const |
|
Iterator | find (const std::string &name) |
|
ConstIterator | find (const std::string &name) const |
|
IMATH_NAMESPACE::Box2i & | displayWindow () |
|
const IMATH_NAMESPACE::Box2i & | displayWindow () const |
|
IMATH_NAMESPACE::Box2i & | dataWindow () |
|
const IMATH_NAMESPACE::Box2i & | dataWindow () const |
|
float & | pixelAspectRatio () |
|
const float & | pixelAspectRatio () const |
|
IMATH_NAMESPACE::V2f & | screenWindowCenter () |
|
const IMATH_NAMESPACE::V2f & | screenWindowCenter () const |
|
float & | screenWindowWidth () |
|
const float & | screenWindowWidth () const |
|
ChannelList & | channels () |
|
const ChannelList & | channels () const |
|
LineOrder & | lineOrder () |
|
const LineOrder & | lineOrder () const |
|
Compression & | compression () |
|
const Compression & | compression () const |
|
void | setName (const string &name) |
|
string & | name () |
|
const string & | name () const |
|
bool | hasName () const |
|
void | setType (const string &Type) |
|
string & | type () |
|
const string & | type () const |
|
bool | hasType () const |
|
void | setVersion (const int version) |
|
int & | version () |
|
const int & | version () const |
|
bool | hasVersion () const |
|
void | setChunkCount (int chunks) |
|
bool | hasChunkCount () const |
|
const int & | chunkCount () const |
|
int & | chunkCount () |
|
void | setView (const string &view) |
|
bool | hasView () const |
|
string & | view () |
|
const string & | view () const |
|
void | setTileDescription (const TileDescription &td) |
|
TileDescription & | tileDescription () |
|
const TileDescription & | tileDescription () const |
|
bool | hasTileDescription () const |
|
void | setPreviewImage (const PreviewImage &p) |
|
PreviewImage & | previewImage () |
|
const PreviewImage & | previewImage () const |
|
bool | hasPreviewImage () const |
|
void | sanityCheck (bool isTiled=false, bool isMultipartFile=false) const |
|
bool | readsNothing () |
|
Int64 | writeTo (OPENEXR_IMF_INTERNAL_NAMESPACE::OStream &os, bool isTiled=false) const |
|
void | readFrom (OPENEXR_IMF_INTERNAL_NAMESPACE::IStream &is, int &version) |
|
Definition at line 69 of file ImfHeader.h.