HomeSort by relevance Sort by last modified time
    Searched refs:M33fAttribute (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMatrixAttribute.h 42 // class M33fAttribute
56 typedef TypedAttribute<Imath::M33f> M33fAttribute;
57 template <> const char *M33fAttribute::staticTypeName ();
58 template <> void M33fAttribute::writeValueTo (OStream &, int) const;
59 template <> void M33fAttribute::readValueFrom (IStream &, int, int);
ImfMatrixAttribute.cpp 39 // class M33fAttribute
54 M33fAttribute::staticTypeName ()
62 M33fAttribute::writeValueTo (OStream &os, int) const
80 M33fAttribute::readValueFrom (IStream &is, int, int)
ImfCRgbaFile.cpp 825 header(hdr)->insert (name, Imf::M33fAttribute (m3));
827 header(hdr)->typedAttribute<Imf::M33fAttribute>(name).value() = m3;
847 header(hdr)->typedAttribute<Imf::M33fAttribute>(name).value();
ImfHeader.cpp 1085 M33fAttribute::registerAttributeType();

Completed in 62 milliseconds