Searched refs:V3fAttribute (Results 1 – 4 of 4) sorted by relevance
82 typedef TypedAttribute<Imath::V3f> V3fAttribute; typedef83 template <> const char *V3fAttribute::staticTypeName ();84 template <> void V3fAttribute::writeValueTo (OStream &, int) const;85 template <> void V3fAttribute::readValueFrom (IStream &, int, int);
162 V3fAttribute::staticTypeName () in staticTypeName()170 V3fAttribute::writeValueTo (OStream &os, int) const in writeValueTo()180 V3fAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
777 header(hdr)->insert (name, Imf::V3fAttribute (v)); in ImfHeaderSetV3fAttribute()779 header(hdr)->typedAttribute<Imf::V3fAttribute>(name).value() = v; in ImfHeaderSetV3fAttribute()799 header(hdr)->typedAttribute<Imf::V3fAttribute>(name).value(); in ImfHeaderV3fAttribute()
1098 V3fAttribute::registerAttributeType(); in staticInitialize()