OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RationalAttribute
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfRationalAttribute.h
40
// class
RationalAttribute
51
typedef TypedAttribute<Rational>
RationalAttribute
;
54
const char *
RationalAttribute
::staticTypeName ();
57
void
RationalAttribute
::writeValueTo (OStream &, int) const;
60
void
RationalAttribute
::readValueFrom (IStream &, int, int);
ImfRationalAttribute.cpp
37
// class
RationalAttribute
49
RationalAttribute
::staticTypeName ()
57
RationalAttribute
::writeValueTo (OStream &os, int) const
66
RationalAttribute
::readValueFrom (IStream &is, int, int)
ImfHeader.cpp
1089
RationalAttribute
::registerAttributeType();
Completed in 119 milliseconds