#include <GEO_PointList.h>

Public Member Functions | |
| GEO_PointList (unsigned size=0) | |
| virtual | ~GEO_PointList () |
| const GEO_Point * | entry (unsigned n) const |
| GEO_Point * | entry (unsigned n) |
| const GEO_Point * | head () const |
| GEO_Point * | head () |
| const GEO_Point * | head (const GB_PointGroup &group) const |
| GEO_Point * | head (const GB_PointGroup &group) |
| const GEO_Point * | tail () const |
| GEO_Point * | tail () |
| const GEO_Point * | tail (const GB_PointGroup &group) const |
| GEO_Point * | tail (const GB_PointGroup &group) |
| const GEO_Point * | next (const GEO_Point *item) const |
| GEO_Point * | next (GEO_Point *item) |
| const GEO_Point * | next (const GEO_Point *p, const GB_PointGroup &g) const |
| GEO_Point * | next (GEO_Point *pt, const GB_PointGroup &grp) |
| const GEO_Point * | prev (const GEO_Point *item) const |
| GEO_Point * | prev (GEO_Point *item) |
| const GEO_Point * | prev (const GEO_Point *p, const GB_PointGroup &g) const |
| GEO_Point * | prev (GEO_Point *pt, const GB_PointGroup &grp) |
| GEO_Point * | operator() (unsigned i) |
| const GEO_Point * | operator() (unsigned i) const |
| GEO_Point * | operator[] (unsigned i) |
| const GEO_Point * | operator[] (unsigned i) const |
Definition at line 28 of file GEO_PointList.h.
| GEO_PointList::GEO_PointList | ( | unsigned | size = 0 |
) | [inline] |
Definition at line 30 of file GEO_PointList.h.
| virtual GEO_PointList::~GEO_PointList | ( | ) | [virtual] |
| GEO_Point* GEO_PointList::entry | ( | unsigned | n | ) | [inline] |
Definition at line 35 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::entry | ( | unsigned | n | ) | const [inline] |
Definition at line 33 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::head | ( | const GB_PointGroup & | group | ) | [inline] |
Definition at line 44 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::head | ( | const GB_PointGroup & | group | ) | const [inline] |
Definition at line 42 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::head | ( | ) | [inline] |
Definition at line 40 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::head | ( | ) | const [inline] |
Definition at line 38 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::next | ( | GEO_Point * | pt, | |
| const GB_PointGroup & | grp | |||
| ) | [inline] |
Definition at line 62 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::next | ( | const GEO_Point * | p, | |
| const GB_PointGroup & | g | |||
| ) | const [inline] |
Definition at line 60 of file GEO_PointList.h.
Definition at line 58 of file GEO_PointList.h.
Definition at line 56 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::operator() | ( | unsigned | i | ) | const [inline] |
Definition at line 79 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::operator() | ( | unsigned | i | ) | [inline] |
Definition at line 74 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::operator[] | ( | unsigned | i | ) | const [inline] |
Definition at line 90 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::operator[] | ( | unsigned | i | ) | [inline] |
Definition at line 85 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::prev | ( | GEO_Point * | pt, | |
| const GB_PointGroup & | grp | |||
| ) | [inline] |
Definition at line 71 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::prev | ( | const GEO_Point * | p, | |
| const GB_PointGroup & | g | |||
| ) | const [inline] |
Definition at line 69 of file GEO_PointList.h.
Definition at line 67 of file GEO_PointList.h.
Definition at line 65 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::tail | ( | const GB_PointGroup & | group | ) | [inline] |
Definition at line 53 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::tail | ( | const GB_PointGroup & | group | ) | const [inline] |
Definition at line 51 of file GEO_PointList.h.
| GEO_Point* GEO_PointList::tail | ( | ) | [inline] |
Definition at line 49 of file GEO_PointList.h.
| const GEO_Point* GEO_PointList::tail | ( | ) | const [inline] |
Definition at line 47 of file GEO_PointList.h.
1.5.9