KFbxProceduralGeometry
#include<kfbxproceduralgeometry.h>

Inheritance diagram for KFbxProceduralGeometry:

Inheritance graph
[legend]

List of all members.

Detailed Description

FBX SDK procedural geometry class.

Definition at line52of filekfbxproceduralgeometry.h.


Constructor and Destructor

 KFbxProceduralGeometry(KFbxSdkManager&pManager, char const *pName)
 Constructor.
virtual ~KFbxProceduralGeometry()
 Destructor.

Protected Member Functions

virtualKFbxObjectClone(KFbxObject*pContainer,KFbxObject::ECloneTypepCloneType) const
 Creates a clone of this object.

Constructor&Destructor Documentation

KFbxProceduralGeometry(KFbxSdkManagerpManager,
char const * pName 
)[protected]

Constructor.

Parameters:
pManager SDK object manager
pName Object name

virtual ~KFbxProceduralGeometry( ) [protected, virtual]

Destructor.

Member Function Documentation

virtualKFbxObject* Clone(KFbxObjectpContainer,
KFbxObject::ECloneType pCloneType 
)const[protected, virtual]

Creates a clone of this object.

Parameters:
pContainer The object, typically a document or scene, that will contain the new clone. Can be NULL.
pCloneType The type of clone to create
Returns:
The new clone, or NULL if the specified clone type is not supported.

Reimplemented fromKFbxGeometry.