Home
last modified time | relevance | path

Searched refs:M33fAttribute (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfMatrixAttribute.h56 typedef TypedAttribute<Imath::M33f> M33fAttribute; typedef
57 template <> const char *M33fAttribute::staticTypeName ();
58 template <> void M33fAttribute::writeValueTo (OStream &, int) const;
59 template <> void M33fAttribute::readValueFrom (IStream &, int, int);
DImfMatrixAttribute.cpp54 M33fAttribute::staticTypeName () in staticTypeName()
62 M33fAttribute::writeValueTo (OStream &os, int) const in writeValueTo()
80 M33fAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
DImfCRgbaFile.cpp825 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()
DImfHeader.cpp1085 M33fAttribute::registerAttributeType(); in staticInitialize()