Skip to content
- [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)

HSegmentCache Class Reference

HSegmentCaches are bones that control Control Points. More...

#include <HSegment.h>

Inheritance diagram for HSegmentCache:

Inheritance graph

[legend]

Collaboration diagram for HSegmentCache:

Collaboration graph

[legend]

List of all members.


Public Member Functions

BOOL  OnDelete ()
HBoolProperty GetBoolCutter ()
HGroupCP GetGroupCP ()
  Group of cps this bone owns.
BOOL  IsBooleanCutter ()
BOOL  AquireCP (HCP *cp)

Static Public Member Functions

static HSegmentCache New (const char *name=NULL)

Detailed Description

HSegmentCaches are bones that control Control Points.

Definition at line 19 of file HSegment.h.


Member Function Documentation

BOOL HSegmentCache::AquireCP HCP cp  ) 
 

Assigns a CP to a Bone, exactly what you do in Bones mode in a the modeler. Will create a HGroupCP in the HSegmentCache if it doesn't exist and add the HCP to it if the HGroup already exists.

Parameters:
cp  - The CP that is assigned to the bone.
Returns:
FALSE if the allocation failed. TRUE otherwise.

HBoolProperty* HSegmentCache::GetBoolCutter  ) 
 

HGroupCP * HSegmentCache::GetGroupCP  ) 
 

Group of cps this bone owns.

Retrieves the HGroupCP that includes all the CPs that are controlled by the HSegmentCache.

BOOL HSegmentCache::IsBooleanCutter  ) 
  Use GetBoolCutter now, this is for backward compatibility

static HSegmentCache* HSegmentCache::New const char *  name = NULL  )  [static]
 

BOOL HSegmentCache::OnDelete  ) 
 

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:57 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001