#include <region.h>
Collaboration diagram for gutk::PointNode:
The user of Improla would, generally, not require to use this class.
Public Member Functions | |
PointNode (const gutk::Point &p) | |
Initialise a PointNode by a Point. | |
PointNode (double n, double m) | |
Initialise a PointNode by a set of coordinates. | |
Public Attributes | |
gutk::Point | point |
A Point object to hold the data. | |
PointNode * | nextPoint |
Pointer to the next node in the list. | |
PointNode * | prevPoint |
Pointers to the previou node in the list. |
|
Initialise a PointNode by a Point. The nextPoint and prevPoint pointers are initialised to NULL. |
|
Initialise a PointNode by a set of coordinates. The nextPoint and prevPoint pointers are initialised to NULL. |