Searched refs:V3iAttribute (Results 1 – 4 of 4) sorted by relevance
76 typedef TypedAttribute<Imath::V3i> V3iAttribute; typedef77 template <> const char *V3iAttribute::staticTypeName ();78 template <> void V3iAttribute::writeValueTo (OStream &, int) const;79 template <> void V3iAttribute::readValueFrom (IStream &, int, int);
134 V3iAttribute::staticTypeName () in staticTypeName()142 V3iAttribute::writeValueTo (OStream &os, int) const in writeValueTo()152 V3iAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
729 header(hdr)->insert (name, Imf::V3iAttribute (v)); in ImfHeaderSetV3iAttribute()731 header(hdr)->typedAttribute<Imf::V3iAttribute>(name).value() = v; in ImfHeaderSetV3iAttribute()751 header(hdr)->typedAttribute<Imf::V3iAttribute>(name).value(); in ImfHeaderV3iAttribute()
1099 V3iAttribute::registerAttributeType(); in staticInitialize()