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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMatrixAttribute.h 44 // class M44fAttribute
68 typedef TypedAttribute<Imath::M44f> M44fAttribute;
69 template <> const char *M44fAttribute::staticTypeName ();
70 template <> void M44fAttribute::writeValueTo (OStream &, int) const;
71 template <> void M44fAttribute::readValueFrom (IStream &, int, int);
ImfMatrixAttribute.cpp 41 // class M44fAttribute
142 M44fAttribute::staticTypeName ()
150 M44fAttribute::writeValueTo (OStream &os, int) const
176 M44fAttribute::readValueFrom (IStream &is, int, int)
ImfCRgbaFile.cpp 881 header(hdr)->insert (name, Imf::M44fAttribute (m4));
883 header(hdr)->typedAttribute<Imf::M44fAttribute>(name).value() = m4;
903 header(hdr)->typedAttribute<Imf::M44fAttribute>(name).value();
ImfHeader.cpp 1087 M44fAttribute::registerAttributeType();

Completed in 167 milliseconds