- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
HGroup Class Reference¶
A HGroup is the group itself, rather than the group elements. More...
#include <HCP.h>
Inheritance diagram for HGroup:
Inheritance graph
[legend]
Collaboration diagram for HGroup:
Collaboration graph
[legend]
Public Member Functions |
|
| HAttrProperty * | GetAttr () |
| HGroupCP * | GetGroupCP () |
| Returns a pointer to the first HGroupCP in this group. |
|
| Matrix34 * | GetMatrix () |
| Returns a pointer to the matrix associated with this group. |
|
| BOOL | IsTempGroup () |
| Returns TRUE if the group is a temporary group. |
|
| void | SetTempGroup (BOOL istemp) |
| Sets the temporary status of the group. |
|
| BOOL | AddCP (HCP *cp) |
| Adds a control point to the group. |
|
| BOOL | RemoveCP (HCP *cp) |
| Removes the CP from he group. |
|
| HDecalClipContainer * | GetChildDecalClipContainer () |
| BOOL | IsPatchInGroup (HPatch *patch) |
| BOOL | IsCPInGroup (HCP *hcp) |
| Returns TRUE if the CP is a member of the group. |
|
| HDecalClip * | CreateGroupDecal (HClip *clipcache=NULL) |
| void | RotateGroupImages () |
| HPolyModifierShortcut * | GetPolyModifierHead () |