#include <fboptical.h>

Definition at line 177 of file fboptical.h.
Public Member Functions |
|
| virtual void | RemoveAt (int pIndex) |
| Remove property at pIndex. |
|
| virtual FBOpticalSegment | operator[] (int pIndex) |
| [] operator overload. |
|
| virtual int | GetCount () |
| Get the number of properties in the list.
|
|
| virtual int | Add (HFBAnimationNode pData) |
| Add a segment to the optical model. |
|
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove property at pIndex.
| pIndex | Index where property is to be removed. |
Implements FBPropertyBasicList.
| virtual FBOpticalSegment operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
| pIndex | Index of property to access. |
Implements FBPropertyBaseList< FBOpticalSegment >.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of properties in the list.
Implements FBPropertyBasicList.
| virtual int Add | ( | HFBAnimationNode | pData | ) | [virtual] |
Add a segment to the optical model.
| pData | Segment data to add. |