|
HDK
|
#include <ImfRational.h>
Public Member Functions | |
| Rational () | |
| Rational (int n, int d) | |
| IMF_EXPORT | Rational (double x) |
| operator double () const | |
Public Attributes | |
| int | n |
| unsigned int | d |
Definition at line 28 of file ImfRational.h.
|
inline |
Definition at line 38 of file ImfRational.h.
Definition at line 44 of file ImfRational.h.
|
explicit |
|
inline |
Definition at line 57 of file ImfRational.h.
| unsigned int Rational::d |
Definition at line 32 of file ImfRational.h.
| int Rational::n |
Definition at line 31 of file ImfRational.h.