OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Box2iAttribute
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfBoxAttribute.h
42
// class
Box2iAttribute
54
typedef TypedAttribute<Imath::Box2i>
Box2iAttribute
;
55
template <> const char *
Box2iAttribute
::staticTypeName ();
56
template <> void
Box2iAttribute
::writeValueTo (OStream &, int) const;
57
template <> void
Box2iAttribute
::readValueFrom (IStream &, int, int);
ImfBoxAttribute.cpp
39
// class
Box2iAttribute
52
Box2iAttribute
::staticTypeName ()
60
Box2iAttribute
::writeValueTo (OStream &os, int) const
71
Box2iAttribute
::readValueFrom (IStream &is, int, int)
ImfHeader.cpp
102
header.insert ("displayWindow",
Box2iAttribute
(displayWindow));
103
header.insert ("dataWindow",
Box2iAttribute
(dataWindow));
428
return static_cast <
Box2iAttribute
&>
436
return static_cast <const
Box2iAttribute
&>
444
return static_cast <
Box2iAttribute
&>
452
return static_cast <const
Box2iAttribute
&>
1074
Box2iAttribute
::registerAttributeType();
ImfCRgbaFile.cpp
525
header(hdr)->insert (name, Imf::
Box2iAttribute
(box));
529
header(hdr)->typedAttribute<Imf::
Box2iAttribute
>(name).value() =
552
header(hdr)->typedAttribute<Imf::
Box2iAttribute
>(name).value();
Completed in 46 milliseconds