Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfBoxAttribute.h60 typedef TypedAttribute<Imath::Box2f> Box2fAttribute; typedef
61 template <> const char *Box2fAttribute::staticTypeName ();
62 template <> void Box2fAttribute::writeValueTo (OStream &, int) const;
63 template <> void Box2fAttribute::readValueFrom (IStream &, int, int);
DImfBoxAttribute.cpp82 Box2fAttribute::staticTypeName () in staticTypeName()
90 Box2fAttribute::writeValueTo (OStream &os, int) const in writeValueTo()
101 Box2fAttribute::readValueFrom (IStream &is, int, int) in readValueFrom()
DImfCRgbaFile.cpp581 header(hdr)->insert (name, Imf::Box2fAttribute (box)); in ImfHeaderSetBox2fAttribute()
585 header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value() = in ImfHeaderSetBox2fAttribute()
608 header(hdr)->typedAttribute<Imf::Box2fAttribute>(name).value(); in ImfHeaderBox2fAttribute()
DImfHeader.cpp1073 Box2fAttribute::registerAttributeType(); in staticInitialize()