#include <GEO_Mirror.h>
Public Member Functions | |
| GEO_PointRedirectArray (int size) | |
| void | setBase (unsigned int base) |
| unsigned int | getBase () const |
| void | clear () |
| int | getSrc (int dest) const |
| void | setSrc (int src, int dest) |
| void | setRaw (int src, int dest) |
| int | getRaw (int dest) |
| void | clearAndResize (unsigned int newsize) |
| unsigned int | entries () const |
Definition at line 36 of file GEO_Mirror.h.
| GEO_PointRedirectArray::GEO_PointRedirectArray | ( | int | size | ) | [inline] |
Definition at line 39 of file GEO_Mirror.h.
| void GEO_PointRedirectArray::clear | ( | void | ) | [inline] |
Definition at line 44 of file GEO_Mirror.h.
| void GEO_PointRedirectArray::clearAndResize | ( | unsigned int | newsize | ) | [inline] |
Definition at line 57 of file GEO_Mirror.h.
| unsigned int GEO_PointRedirectArray::entries | ( | ) | const [inline] |
Definition at line 60 of file GEO_Mirror.h.
| unsigned int GEO_PointRedirectArray::getBase | ( | ) | const [inline] |
Definition at line 43 of file GEO_Mirror.h.
| int GEO_PointRedirectArray::getRaw | ( | int | dest | ) | [inline] |
Definition at line 54 of file GEO_Mirror.h.
| int GEO_PointRedirectArray::getSrc | ( | int | dest | ) | const [inline] |
Definition at line 48 of file GEO_Mirror.h.
| void GEO_PointRedirectArray::setBase | ( | unsigned int | base | ) | [inline] |
Definition at line 42 of file GEO_Mirror.h.
| void GEO_PointRedirectArray::setRaw | ( | int | src, | |
| int | dest | |||
| ) | [inline] |
Definition at line 53 of file GEO_Mirror.h.
| void GEO_PointRedirectArray::setSrc | ( | int | src, | |
| int | dest | |||
| ) | [inline] |
Definition at line 49 of file GEO_Mirror.h.
1.5.9