#include <HCP.h>
Inheritance diagram for HGroupCP:
Public Member Functions | |
HGroupCP * | GetNext () |
Returns a pointer to the next HGroupCP in the group. | |
HCP * | GetCP () |
Returns a pointer to the HCP associated with this HGroupCP. | |
void | Delete () |
Destroys the HGroupCP and frees memory. | |
Static Public Member Functions | |
static HGroupCP * | New () |
Allocates and returns a pointer to a new HGroupCP. |
HGroupCP is nothing more than a HCP with a next pointer, that is used to chain multiple CP's together in a linked list from a HGroup. HGroupCP are essentially pointers that link together this control point to another control point. The control points may be from different splines.
Definition at line 126 of file HCP.h.
|
Destroys the HGroupCP and frees memory.
|
|
Returns a pointer to the HCP associated with this HGroupCP. The HCP is set when you call HCP::AddToGroup(HGroupCP **group). |
|
Returns a pointer to the next HGroupCP in the group. Returns NULL when it reaches the end of the group. |
|
Allocates and returns a pointer to a new HGroupCP.
|
Generated on Thu Oct 27 11:46:55 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001