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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfBoxAttribute.h 43 // class Box2fAttribute
60 typedef TypedAttribute<Imath::Box2f> Box2fAttribute;
61 template <> const char *Box2fAttribute::staticTypeName ();
62 template <> void Box2fAttribute::writeValueTo (OStream &, int) const;
63 template <> void Box2fAttribute::readValueFrom (IStream &, int, int);
ImfBoxAttribute.cpp 40 // class Box2fAttribute
82 Box2fAttribute::staticTypeName ()
90 Box2fAttribute::writeValueTo (OStream &os, int) const
101 Box2fAttribute::readValueFrom (IStream &is, int, int)
ImfCRgbaFile.cpp 581 header(hdr)->insert (name, Imf::Box2fAttribute (box));
585 header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value() =
608 header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value();
ImfHeader.cpp 1073 Box2fAttribute::registerAttributeType();

Completed in 140 milliseconds