MatAssignTable Class Reference

#include <customgui_matassign.h>

详细描述

Material assignment table for MatAssignData . Cannot be instantiated.
使用 FreeInclusionTable() to free instances.

另请参阅
MatAssignData::BuildInclusionTable

公共成员函数

Bool   Check ( BaseList2D *op)
Int32   GetObjectCount ()
BaseList2D GetObject ( Int32 lIndex)

私有成员函数

  MatAssignTable ()
  ~MatAssignTable ()

构造函数 & 析构函数文档编制

◆  MatAssignTable()

MatAssignTable () private

◆  ~MatAssignTable()

~ MatAssignTable () private

成员函数文档编制

◆  Check()

Bool Check ( BaseList2D op )

Checks if op is in the table.

参数
[in] op The object to check. The caller owns the pointed object.
返回
true if op is in the table, otherwise false .

◆  GetObjectCount()

Int32 GetObjectCount ( )

Gets the object count.

返回
The number of objects in the list.

◆  GetObject()

BaseList2D * GetObject ( Int32   lIndex )

Gets an object from the table by index.

参数
[in] lIndex The object index: 0 <= lIndex < GetObjectCount()
返回
The object, as inserted in the MatAssignData .