#include
<kfbxvertexcachedeformer.h>

Definition at line 52 of file kfbxvertexcachedeformer.h.
Properties |
|
| KFbxTypedProperty< fbxBool1 > | Active |
| KFbxTypedProperty< fbxString > | Channel |
Public Member Functions |
|
| void | SetCache (KFbxCache *pCache) |
| Assign a cache object to be used by this
deformer. |
|
| KFbxCache * | GetCache () const |
| Get the cache object used by this deformer.
|
|
| void | SetCacheChannel (const char *pName) |
| Select the cache channel by name. |
|
| KString | GetCacheChannel () const |
| Get the name of the selected channel.
|
|
| void | SetActive (bool pValue) |
| Activate the deformer. |
|
| bool | IsActive () const |
| Indicate if the deformer is active or not.
|
|
| virtual EDeformerType | GetDeformerType () const |
| Get the deformer type. |
|
| void SetCache | ( | KFbxCache * | pCache | ) |
Assign a cache object to be used by this deformer.
| pCache | The cache object. |
| KFbxCache* GetCache | ( | ) | const |
Get the cache object used by this deformer.
NULL if no cache object is assigned.| void SetCacheChannel | ( | const char * | pName | ) |
Select the cache channel by name.
| pName | The name of channel to use within the cache object. |
| KString GetCacheChannel | ( | ) | const |
Get the name of the selected channel.
| void SetActive | ( | bool | pValue | ) |
Activate the deformer.
| pValue | Set to true to enable the deformer. |
| bool IsActive | ( | ) | const |
Indicate if the deformer is active or not.
| virtual EDeformerType GetDeformerType | ( | ) | const [inline, virtual] |
Get the deformer type.
Reimplemented from KFbxDeformer.
Definition at line 91 of file kfbxvertexcachedeformer.h.
References KFbxDeformer::eVERTEX_CACHE.
KFbxTypedProperty<fbxBool1>
Active
[protected] |
Definition at line 98 of file kfbxvertexcachedeformer.h.
KFbxTypedProperty<fbxString> Channel
[protected] |
Definition at line 99 of file kfbxvertexcachedeformer.h.