OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V3fAttribute
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfVecAttribute.h
46
// class
V3fAttribute
82
typedef TypedAttribute<Imath::V3f>
V3fAttribute
;
83
template <> const char *
V3fAttribute
::staticTypeName ();
84
template <> void
V3fAttribute
::writeValueTo (OStream &, int) const;
85
template <> void
V3fAttribute
::readValueFrom (IStream &, int, int);
ImfVecAttribute.cpp
43
// class
V3fAttribute
162
V3fAttribute
::staticTypeName ()
170
V3fAttribute
::writeValueTo (OStream &os, int) const
180
V3fAttribute
::readValueFrom (IStream &is, int, int)
ImfCRgbaFile.cpp
777
header(hdr)->insert (name, Imf::
V3fAttribute
(v));
779
header(hdr)->typedAttribute<Imf::
V3fAttribute
>(name).value() = v;
799
header(hdr)->typedAttribute<Imf::
V3fAttribute
>(name).value();
ImfHeader.cpp
1098
V3fAttribute
::registerAttributeType();
Completed in 46 milliseconds