Searched refs:M33fAttribute (Results 1 – 4 of 4) sorted by relevance
56 typedef TypedAttribute<Imath::M33f> M33fAttribute; typedef57 template <> const char *M33fAttribute::staticTypeName ();58 template <> void M33fAttribute::writeValueTo (OStream &, int) const;59 template <> void M33fAttribute::readValueFrom (IStream &, int, int);
54 M33fAttribute::staticTypeName () in staticTypeName()62 M33fAttribute::writeValueTo (OStream &os, int) const in writeValueTo()80 M33fAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
825 header(hdr)->insert (name, Imf::M33fAttribute (m3)); in ImfHeaderSetM33fAttribute()827 header(hdr)->typedAttribute<Imf::M33fAttribute>(name).value() = m3; in ImfHeaderSetM33fAttribute()847 header(hdr)->typedAttribute<Imf::M33fAttribute>(name).value(); in ImfHeaderM33fAttribute()
1085 M33fAttribute::registerAttributeType(); in staticInitialize()