OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V2iAttribute
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfVecAttribute.h
42
// class
V2iAttribute
58
typedef TypedAttribute<Imath::V2i>
V2iAttribute
;
59
template <> const char *
V2iAttribute
::staticTypeName ();
60
template <> void
V2iAttribute
::writeValueTo (OStream &, int) const;
61
template <> void
V2iAttribute
::readValueFrom (IStream &, int, int);
ImfVecAttribute.cpp
39
// class
V2iAttribute
56
V2iAttribute
::staticTypeName ()
64
V2iAttribute
::writeValueTo (OStream &os, int) const
73
V2iAttribute
::readValueFrom (IStream &is, int, int)
ImfCRgbaFile.cpp
635
header(hdr)->insert (name, Imf::
V2iAttribute
(v));
637
header(hdr)->typedAttribute<Imf::
V2iAttribute
>(name).value() = v;
657
header(hdr)->typedAttribute<Imf::
V2iAttribute
>(name).value();
ImfHeader.cpp
1096
V2iAttribute
::registerAttributeType();
Completed in 299 milliseconds