Class for storing index mapping when vertices are shared.
#include <MComponentDataIndexing.h>
Public Member Functions | |
| MUintArray & | indices () |
| Get the array of vertex indices for the component. | |
| const MUintArray & | indices () const |
| Get the array of vertex indices for the component. | |
| const MComponentType | componentType () const |
| Get the component type that the vertex indices represent. | |
| void | setComponentType (MComponentType type) |
| Set the component type that the vertex indices represent. | |
| MUintArray & indices | ( | ) |
Get the array of vertex indices for the component.
| const MUintArray & indices | ( | ) | const |
Get the array of vertex indices for the component.
| const MComponentDataIndexing::MComponentType componentType | ( | ) | const |
Get the component type that the vertex indices represent.
| void setComponentType | ( | MComponentDataIndexing::MComponentType | type | ) |
Set the component type that the vertex indices represent.
| [in] | type | The component type. |