KFbxMesh::KFbxComponentMap Struct Reference


Detailed Description

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

Definition at line 626 of file kfbxmesh.h.

#include <kfbxmesh.h>

List of all members.

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 631 of file kfbxmesh.h.

{ return mOffsets[pIndex + 1] - mOffsets[pIndex]; }
int GetData ( int  pIndex,
int  pSubIndex 
) [inline]

Definition at line 632 of file kfbxmesh.h.

{ return mData[ mOffsets[pIndex] + pSubIndex ]; }
int GetComponentCount ( ) [inline]

Definition at line 633 of file kfbxmesh.h.

{ return mOffsets.GetCount() - 1; }

Member Data Documentation

The array to store data.

Definition at line 628 of file kfbxmesh.h.

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

Definition at line 629 of file kfbxmesh.h.


The documentation for this struct was generated from the following file: