Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfMatrixAttribute.h68 typedef TypedAttribute<Imath::M44f> M44fAttribute; typedef
69 template <> const char *M44fAttribute::staticTypeName ();
70 template <> void M44fAttribute::writeValueTo (OStream &, int) const;
71 template <> void M44fAttribute::readValueFrom (IStream &, int, int);
DImfMatrixAttribute.cpp142 M44fAttribute::staticTypeName () in staticTypeName()
150 M44fAttribute::writeValueTo (OStream &os, int) const in writeValueTo()
176 M44fAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
DImfCRgbaFile.cpp881 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()
DImfHeader.cpp1087 M44fAttribute::registerAttributeType(); in staticInitialize()