DX::IDXSkinVert Struct Reference

#include <IDXSkinVert.h>

Inherits DX::IDXUserData, and DX::IDXSkinEntryOwned.

Collaboration diagram for DX::IDXSkinVert:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual uint DXMCALL GetIndex () const =0
virtual float DXMCALL GetWeight () const =0
virtual DXError DXMCALL SetIndex (uint index)=0
virtual void DXMCALL SetWeight (float weight)=0


Detailed Description

Vertex indices and weighting used by IDXSkinEnties.

Member Function Documentation

virtual uint DXMCALL DX::IDXSkinVert::GetIndex (  )  const [pure virtual]

Get the current index of the skin vert.

virtual float DXMCALL DX::IDXSkinVert::GetWeight (  )  const [pure virtual]

Get the current weight of the skin vert.

virtual DXError DXMCALL DX::IDXSkinVert::SetIndex ( uint  index  )  [pure virtual]

Set the index for this skin vert.

Parameters:
index The new index.
Returns:
Always returns Error_Success at the minute.

virtual void DXMCALL DX::IDXSkinVert::SetWeight ( float  weight  )  [pure virtual]

Set the weight for this skin vert.

Parameters:
weight The new index.


Generated on Wed Jun 17 17:24:51 2009 for DXMesh API by  doxygen 1.5.7.1