#include <IParticleChannelAngAxis.h>
Public Types |
|
| enum | { kGetValue, kIsGlobal, kGetValueGlobal } |
Public Member Functions |
|
| BEGIN_FUNCTION_MAP | FN_1 (kGetValue, TYPE_ANGAXIS_BR, GetValue, TYPE_INT) |
| FN_0 (kIsGlobal, TYPE_bool, IsGlobal) | |
| FN_0 (kGetValueGlobal, TYPE_ANGAXIS_BR, GetValue) | |
| virtual const AngAxis & | GetValue (int index) const =0 |
| Get property for particle with index.
|
|
| virtual bool | IsGlobal () const =0 |
| Verify if the channel is global.
|
|
| virtual const AngAxis & | GetValue () const =0 |
| If channel is global returns the global
value.
|
|
| FPInterfaceDesc * | GetDesc () |
| anonymous enum |
{ kGetValue,
kIsGlobal,
kGetValueGlobal
};
| BEGIN_FUNCTION_MAP FN_1 | ( | kGetValue | , |
| TYPE_ANGAXIS_BR | , | ||
| GetValue | , | ||
| TYPE_INT | |||
| ) |
| FN_0 | ( | kIsGlobal | , |
| TYPE_bool | , | ||
| IsGlobal | |||
| ) |
| FN_0 | ( | kGetValueGlobal | , |
| TYPE_ANGAXIS_BR | , | ||
| GetValue | |||
| ) |