Lines Matching refs:Header
68 class Header
77 Header (int width = 64,
91 Header (int width,
106 Header (const Imath::Box2i &displayWindow,
119 Header (const Header &other);
126 ~Header ();
133 Header & operator = (const Header &other);
366 class Header::Iterator
371 Iterator (const Header::AttributeMap::iterator &i);
381 friend class Header::ConstIterator;
383 Header::AttributeMap::iterator _i;
387 class Header::ConstIterator
392 ConstIterator (const Header::AttributeMap::const_iterator &i);
393 ConstIterator (const Header::Iterator &other);
406 Header::AttributeMap::const_iterator _i;
433 Header::Iterator::Iterator (): _i() in Iterator()
440 Header::Iterator::Iterator (const Header::AttributeMap::iterator &i): _i (i) in Iterator()
446 inline Header::Iterator &
447 Header::Iterator::operator ++ ()
454 inline Header::Iterator
455 Header::Iterator::operator ++ (int)
464 Header::Iterator::name () const in name()
471 Header::Iterator::attribute () const in attribute()
478 Header::ConstIterator::ConstIterator (): _i() in ConstIterator()
484 Header::ConstIterator::ConstIterator in ConstIterator()
485 (const Header::AttributeMap::const_iterator &i): _i (i) in ConstIterator()
492 Header::ConstIterator::ConstIterator (const Header::Iterator &other): in ConstIterator()
498 inline Header::ConstIterator &
499 Header::ConstIterator::operator ++ ()
506 inline Header::ConstIterator
507 Header::ConstIterator::operator ++ (int)
516 Header::ConstIterator::name () const in name()
523 Header::ConstIterator::attribute () const in attribute()
530 operator == (const Header::ConstIterator &x, const Header::ConstIterator &y)
537 operator != (const Header::ConstIterator &x, const Header::ConstIterator &y)
549 Header::typedAttribute (const char name[]) in typedAttribute()
563 Header::typedAttribute (const char name[]) const in typedAttribute()
577 Header::typedAttribute (const std::string &name) in typedAttribute()
585 Header::typedAttribute (const std::string &name) const in typedAttribute()
593 Header::findTypedAttribute (const char name[]) in findTypedAttribute()
602 Header::findTypedAttribute (const char name[]) const in findTypedAttribute()
611 Header::findTypedAttribute (const std::string &name) in findTypedAttribute()
619 Header::findTypedAttribute (const std::string &name) const in findTypedAttribute()