KFbxGeometryWeightedMap
#include<kfbxgeometryweightedmap.h>

Inheritance diagram for KFbxGeometryWeightedMap:

Inheritance graph
[legend]

List of all members.

Detailed Description

This class provides the structure to build a correspondance between 2 geometries.

This correspondance is done at the vertex level. Which means that for each vertex in the source geometry, you can have from 0 to N corresponding vertices in the destination geometry. Each corresponding vertex is weighted.

For example, if the source geometry is a NURB and the destination geometry is a mesh, the correspondance object will express the correspondance between the NURB's control vertices and the mesh's vertices.

If the mesh corresponds to a tesselation of the NURB, the correspondance object can be used to transfer any deformation that affect the NURB's control vertices to the mesh's vertices.

SeeKFbxWeightedMappingfor more details.

Definition at line75of filekfbxgeometryweightedmap.h.


Error Management

enum EError
 Error identifiers.More...
KErrorGetError()
 Retrieve error object.
EError GetLastErrorID() const
 Get last error code.
const char * GetLastErrorString() const
 Get last error string.

Public Member Functions

KFbxWeightedMappingSetValues(KFbxWeightedMapping*pWeightedMappingTable)
 Set correspondance values.
KFbxWeightedMappingGetValues() const
 Return correspondance values.
KFbxGeometryGetSourceGeometry()
 Return source geometry.
KFbxGeometryGetDestinationGeometry()
 Return destination geometry.
KFbxGeometryWeightedMapoperator=(KFbxGeometryWeightedMapconst&pGeometryWeightedMap)
 Assigment operator.

Member Enumeration Documentation

enumEError

Error identifiers.

  • eERROR
  • eERROR_COUNT

Definition at line93of filekfbxgeometryweightedmap.h.

Member Function Documentation

KError&GetError( ) 

Retrieve error object.

Returns:
Reference to error object.

EErrorGetLastErrorID( ) const

Get last error code.

Returns:
Last error code.

const char* GetLastErrorString( ) const

Get last error string.

Returns:
Textual description of the last error.

KFbxWeightedMapping* SetValues(KFbxWeightedMappingpWeightedMappingTable ) 

Set correspondance values.

Parameters:
pWeightedMappingTable Pointer to the table containing values
Returns:
Pointer to previous correspondance values table.

KFbxWeightedMapping* GetValues( ) const

Return correspondance values.

Returns:
Pointer to the correspondance values table.

KFbxGeometry* GetSourceGeometry( ) 

Return source geometry.

Returns:
Pointer to the source geometry, orNULLif there is no connected source geometry

KFbxGeometry* GetDestinationGeometry( ) 

Return destination geometry.

Returns:
Pointer to the destination geometry, orNULLif there is no connected destination geometry

KFbxGeometryWeightedMap&operator=(KFbxGeometryWeightedMapconst& pGeometryWeightedMap ) 

Assigment operator.