KFbxVertexCacheDeformer
#include<kfbxvertexcachedeformer.h>

Inheritance diagram for KFbxVertexCacheDeformer:

Inheritance graph
[legend]

List of all members.

Detailed Description

This class deforms control points of a geometry using control point positions stored in the associated cache object.

Definition at line57of filekfbxvertexcachedeformer.h.


Properties

KFbxTypedProperty<fbxBool1> Active
KFbxTypedProperty<fbxStringChannel

Public Member Functions

void SetCache(KFbxCache*pCache)
 Assign a cache object to be used by this deformer.
KFbxCacheGetCache() 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.
virtualEDeformerType GetDeformerType() const
 Get the deformer type.
KFbxVertexCacheDeformeroperator=(KFbxVertexCacheDeformerconst&pDeformer)
 Assigment operator.

Member Function Documentation

void SetCache(KFbxCachepCache ) 

Assign a cache object to be used by this deformer.

Parameters:
pCache The cache object.

KFbxCache* GetCache( ) const

Get the cache object used by this deformer.

Returns:
A pointer to the cache object used by this deformer, orNULLif no cache object is assigned.

void SetCacheChannel(const char * pName ) 

Select the cache channel by name.

Parameters:
pName The name of channel to use within the cache object.

KStringGetCacheChannel( ) const

Get the name of the selected channel.

Returns:
The name of the selected channel within the cache object.

void SetActive(bool pValue ) 

Activate the deformer.

Parameters:
pValue Set totrueto enable the deformer.

bool IsActive( ) const

Indicate if the deformer is active or not.

Returns:
The current state of the deformer.

virtualEDeformerTypeGetDeformerType( ) const[inline, virtual]

Get the deformer type.

Returns:
Deformer type identifier.

Reimplemented fromKFbxDeformer.

Definition at line96of filekfbxvertexcachedeformer.h.

KFbxVertexCacheDeformer&operator=(KFbxVertexCacheDeformerconst& pDeformer ) 

Assigment operator.