该接口类为多目标集合类型的 LPV 对象的基类。 更多...
Public 成员函数 | |
| int | Count () |
| BOOL | Empty () |
| ILObject * | ItemObject (int objIndex) |
Public 成员函数 继承自 ILObject | |
| ILObject * | Copy () |
| LPVErrorCode | Load (LString filename) |
| void | Reset () |
| LPVErrorCode | Save (LString filename) |
| BOOL | Valid () |
额外继承的成员函数 | |
属性 继承自 ILObject | |
| LString | Name [get, set] |
| 对象的名称,默认为空。 大多数情况下,LPV 算法类并不使用这个名称。 若 ILDrawable::SetDrawName() 启用,该名称将被绘制在对象的附近 更多... | |
该接口类为多目标集合类型的 LPV 对象的基类。
| int Count | ( | ) |
获取集合中 LPV 对象的总数
| BOOL Empty | ( | ) |
检查当前集合是否为空
| 若为空,返回 | True,否则返回 False |