|
HDK
|
#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 | ( | ) |
|
static |
| bool OP3D_PickId::operator!= | ( | const OP3D_PickId & | cmp | ) | const |
| bool OP3D_PickId::operator== | ( | const OP3D_PickId & | cmp | ) | const |
| int OP3D_PickId::myDetailIndex |
Definition at line 67 of file OP3D_InputSelectorBase.h.
| int OP3D_PickId::myLookIndex |
Definition at line 66 of file OP3D_InputSelectorBase.h.