Searched refs:Box2fAttribute (Results 1 – 4 of 4) sorted by relevance
60 typedef TypedAttribute<Imath::Box2f> Box2fAttribute; typedef61 template <> const char *Box2fAttribute::staticTypeName ();62 template <> void Box2fAttribute::writeValueTo (OStream &, int) const;63 template <> void Box2fAttribute::readValueFrom (IStream &, int, int);
82 Box2fAttribute::staticTypeName () in staticTypeName()90 Box2fAttribute::writeValueTo (OStream &os, int) const in writeValueTo()101 Box2fAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
581 header(hdr)->insert (name, Imf::Box2fAttribute (box)); in ImfHeaderSetBox2fAttribute()585 header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value() = in ImfHeaderSetBox2fAttribute()608 header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value(); in ImfHeaderBox2fAttribute()
1073 Box2fAttribute::registerAttributeType(); in staticInitialize()