OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V2fAttribute
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfVecAttribute.h
43
// class
V2fAttribute
64
typedef TypedAttribute<Imath::V2f>
V2fAttribute
;
65
template <> const char *
V2fAttribute
::staticTypeName ();
66
template <> void
V2fAttribute
::writeValueTo (OStream &, int) const;
67
template <> void
V2fAttribute
::readValueFrom (IStream &, int, int);
ImfVecAttribute.cpp
40
// class
V2fAttribute
82
V2fAttribute
::staticTypeName ()
90
V2fAttribute
::writeValueTo (OStream &os, int) const
99
V2fAttribute
::readValueFrom (IStream &is, int, int)
ImfHeader.cpp
105
header.insert ("screenWindowCenter",
V2fAttribute
(screenWindowCenter));
476
return static_cast <
V2fAttribute
&>
484
return static_cast <const
V2fAttribute
&>
1095
V2fAttribute
::registerAttributeType();
ImfCRgbaFile.cpp
682
header(hdr)->insert (name, Imf::
V2fAttribute
(v));
684
header(hdr)->typedAttribute<Imf::
V2fAttribute
>(name).value() = v;
704
header(hdr)->typedAttribute<Imf::
V2fAttribute
>(name).value();
Completed in 39 milliseconds