HGroupCP Class Reference

HGroupCP are used to link control points in a group. More...

#include <HCP.h>

Inheritance diagram for HGroupCP:

Inheritance graph
[legend]
Collaboration diagram for HGroupCP:

Collaboration graph
[legend]
List of all members.

Public Member Functions

HGroupCPGetNext ()
 Returns a pointer to the next HGroupCP in the group.
HCPGetCP ()
 Returns a pointer to the HCP associated with this HGroupCP.
void Delete ()
 Destroys the HGroupCP and frees memory.

Static Public Member Functions

static HGroupCPNew ()
 Allocates and returns a pointer to a new HGroupCP.

Detailed Description

HGroupCP are used to link control points in a group.

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.

See also:
HCP and HGroup

Definition at line 126 of file HCP.h.


Member Function Documentation

void HGroupCP::Delete  ) 
 

Destroys the HGroupCP and frees memory.

HCP * HGroupCP::GetCP  ) 
 

Returns a pointer to the HCP associated with this HGroupCP.

The HCP is set when you call HCP::AddToGroup(HGroupCP **group).

HGroupCP * HGroupCP::GetNext  ) 
 

Returns a pointer to the next HGroupCP in the group.

Returns NULL when it reaches the end of the group.

You can get the HCP by calling GetCP().

HGroupCP * HGroupCP::New  )  [static]
 

Allocates and returns a pointer to a new HGroupCP.


The documentation for this class was generated from the following files:
This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:55 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001