Searched refs:M44fAttribute (Results 1 – 4 of 4) sorted by relevance
68 typedef TypedAttribute<Imath::M44f> M44fAttribute; typedef69 template <> const char *M44fAttribute::staticTypeName ();70 template <> void M44fAttribute::writeValueTo (OStream &, int) const;71 template <> void M44fAttribute::readValueFrom (IStream &, int, int);
142 M44fAttribute::staticTypeName () in staticTypeName()150 M44fAttribute::writeValueTo (OStream &os, int) const in writeValueTo()176 M44fAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
881 header(hdr)->insert (name, Imf::M44fAttribute (m4)); in ImfHeaderSetM44fAttribute()883 header(hdr)->typedAttribute<Imf::M44fAttribute>(name).value() = m4; in ImfHeaderSetM44fAttribute()903 header(hdr)->typedAttribute<Imf::M44fAttribute>(name).value(); in ImfHeaderM44fAttribute()
1087 M44fAttribute::registerAttributeType(); in staticInitialize()