Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members

gutk::PointNode Class Reference

#include <region.h>

Collaboration diagram for gutk::PointNode:

Collaboration graph
[legend]
List of all members.

Detailed Description

Container class for an object of class Point.

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.

PointNodenextPoint
 Pointer to the next node in the list.

PointNodeprevPoint
 Pointers to the previou node in the list.


Constructor & Destructor Documentation

gutk::PointNode::PointNode const gutk::Point p  ) 
 

Initialise a PointNode by a Point.

The nextPoint and prevPoint pointers are initialised to NULL.

gutk::PointNode::PointNode double  n,
double  m
 

Initialise a PointNode by a set of coordinates.

The nextPoint and prevPoint pointers are initialised to NULL.


The documentation for this class was generated from the following file:
Generated on Mon Nov 22 11:12:41 2004 for ImprolaLib by doxygen 1.3.7