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


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 Data Documentation

KArrayTemplate<int> mData

The array to store data.

Definition at line 565 of file kfbxmesh.h.

KArrayTemplate<int> mOffsets

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

Definition at line 566 of file kfbxmesh.h.