OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V3iAttribute
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfVecAttribute.h
45
// class
V3iAttribute
76
typedef TypedAttribute<Imath::V3i>
V3iAttribute
;
77
template <> const char *
V3iAttribute
::staticTypeName ();
78
template <> void
V3iAttribute
::writeValueTo (OStream &, int) const;
79
template <> void
V3iAttribute
::readValueFrom (IStream &, int, int);
ImfVecAttribute.cpp
42
// class
V3iAttribute
134
V3iAttribute
::staticTypeName ()
142
V3iAttribute
::writeValueTo (OStream &os, int) const
152
V3iAttribute
::readValueFrom (IStream &is, int, int)
ImfCRgbaFile.cpp
729
header(hdr)->insert (name, Imf::
V3iAttribute
(v));
731
header(hdr)->typedAttribute<Imf::
V3iAttribute
>(name).value() = v;
751
header(hdr)->typedAttribute<Imf::
V3iAttribute
>(name).value();
ImfHeader.cpp
1099
V3iAttribute
::registerAttributeType();
Completed in 79 milliseconds