UT_BaseRectImpl Class Reference
#include <UT_Rect.h>
List of all members.
|
Public Member Functions |
| | UT_BaseRectImpl () |
| | UT_BaseRectImpl (int v0, int v1, int v2, int v3) |
| | UT_BaseRectImpl (const UT_BaseRectImpl &r) |
| UT_BaseRectImpl & | operator= (const UT_BaseRectImpl &r) |
| void | set (int v0, int v1, int v2, int v3) |
| int & | operator() (int i) |
| int | operator() (int i) const |
Protected Member Functions |
| int | I2D (int v1, int v2) const |
| int | D2I (int v, int d) const |
| int | E2D (int v1, int v2) const |
| int | D2E (int v, int d) const |
| int | E2I (int v2) const |
| int | I2E (int v2) const |
Static Protected Member Functions |
| static int | flipI (int v, int d) |
Protected Attributes |
| int | myVals [4] |
Detailed Description
Definition at line 206 of file UT_Rect.h.
Constructor & Destructor Documentation
| UT_BaseRectImpl::UT_BaseRectImpl |
( |
|
) |
[inline] |
| UT_BaseRectImpl::UT_BaseRectImpl |
( |
int |
v0, |
|
|
int |
v1, |
|
|
int |
v2, |
|
|
int |
v3 | |
|
) |
| | [inline] |
Member Function Documentation
| int UT_BaseRectImpl::D2E |
( |
int |
v, |
|
|
int |
d | |
|
) |
| | const [inline, protected] |
| int UT_BaseRectImpl::D2I |
( |
int |
v, |
|
|
int |
d | |
|
) |
| | const [inline, protected] |
| int UT_BaseRectImpl::E2D |
( |
int |
v1, |
|
|
int |
v2 | |
|
) |
| | const [inline, protected] |
| int UT_BaseRectImpl::E2I |
( |
int |
v2 |
) |
const [inline, protected] |
| static int UT_BaseRectImpl::flipI |
( |
int |
v, |
|
|
int |
d | |
|
) |
| | [inline, static, protected] |
| int UT_BaseRectImpl::I2D |
( |
int |
v1, |
|
|
int |
v2 | |
|
) |
| | const [inline, protected] |
| int UT_BaseRectImpl::I2E |
( |
int |
v2 |
) |
const [inline, protected] |
| int UT_BaseRectImpl::operator() |
( |
int |
i |
) |
const [inline] |
| int& UT_BaseRectImpl::operator() |
( |
int |
i |
) |
[inline] |
| void UT_BaseRectImpl::set |
( |
int |
v0, |
|
|
int |
v1, |
|
|
int |
v2, |
|
|
int |
v3 | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: