Searched refs:V2iAttribute (Results 1 – 4 of 4) sorted by relevance
58 typedef TypedAttribute<Imath::V2i> V2iAttribute; typedef59 template <> const char *V2iAttribute::staticTypeName ();60 template <> void V2iAttribute::writeValueTo (OStream &, int) const;61 template <> void V2iAttribute::readValueFrom (IStream &, int, int);
56 V2iAttribute::staticTypeName () in staticTypeName()64 V2iAttribute::writeValueTo (OStream &os, int) const in writeValueTo()73 V2iAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
635 header(hdr)->insert (name, Imf::V2iAttribute (v)); in ImfHeaderSetV2iAttribute()637 header(hdr)->typedAttribute<Imf::V2iAttribute>(name).value() = v; in ImfHeaderSetV2iAttribute()657 header(hdr)->typedAttribute<Imf::V2iAttribute>(name).value(); in ImfHeaderV2iAttribute()
1096 V2iAttribute::registerAttributeType(); in staticInitialize()