KFbxMesh::KFbxComponentMap Struct Reference

#include <kfbxmesh.h>

List of all members.


Detailed Description

Internal structure used to keep the mapping information between edges and polygons.

Definition at line 592 of file kfbxmesh.h.


Public Member Functions

int  GetDataCount (int pIndex)
int  GetData (int pIndex, int pSubIndex)
int  GetComponentCount ()

Public Attributes

KArrayTemplate< int mData
  The array to store data.
KArrayTemplate< int mOffsets
  The array to store the offsets of the data in mData.

Member Function Documentation

int GetDataCount ( int  pIndex  )  [inline]

Definition at line 597 of file kfbxmesh.h.

int GetData ( int  pIndex,
int  pSubIndex  
) [inline]

Definition at line 598 of file kfbxmesh.h.

int GetComponentCount (  )  [inline]

Definition at line 599 of file kfbxmesh.h.


Member Data Documentation

The array to store data.

Definition at line 594 of file kfbxmesh.h.

The array to store the offsets of the data in mData.

Definition at line 595 of file kfbxmesh.h.