#include <OP3D_InputSelectorBase.h>
Public Member Functions | |
| OP3D_PickId () | |
| OP3D_PickId (int lookindex, int detailindex) | |
| ~OP3D_PickId () | |
| bool | operator== (const OP3D_PickId &cmp) const |
| bool | operator!= (const OP3D_PickId &cmp) const |
Static Public Member Functions | |
| static int | compare (const OP3D_PickId *id1, const OP3D_PickId *id2) |
Public Attributes | |
| int | myLookIndex |
| int | myDetailIndex |
Definition at line 55 of file OP3D_InputSelectorBase.h.
| OP3D_PickId::OP3D_PickId | ( | ) |
| OP3D_PickId::OP3D_PickId | ( | int | lookindex, | |
| int | detailindex | |||
| ) |
| OP3D_PickId::~OP3D_PickId | ( | ) |
| static int OP3D_PickId::compare | ( | const OP3D_PickId * | id1, | |
| const OP3D_PickId * | id2 | |||
| ) | [static] |
| bool OP3D_PickId::operator!= | ( | const OP3D_PickId & | cmp | ) | const |
| bool OP3D_PickId::operator== | ( | const OP3D_PickId & | cmp | ) | const |
Definition at line 67 of file OP3D_InputSelectorBase.h.
Definition at line 66 of file OP3D_InputSelectorBase.h.
1.5.9