#include <kfbxvertexcachedeformer.h>
Inherits KFbxDeformer.
Inheritance diagram for KFbxVertexCacheDeformer:
Definition at line 59 of file kfbxvertexcachedeformer.h.
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. | |
KFbxVertexCacheDeformer & | operator= (KFbxVertexCacheDeformer const &pDeformer) |
Assigment operator. |
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 98 of file kfbxvertexcachedeformer.h.
KFbxVertexCacheDeformer& operator= | ( | KFbxVertexCacheDeformer const & | pDeformer | ) |
Assigment operator.