HDK
|
#include "OP3D_API.h"
#include <DM/DM_InputSelector.h>
#include <DM/DM_Defines.h>
#include <GR/GR_PickRecord.h>
#include <GU/GU_SelectType.h>
#include <GU/GU_DetailHandle.h>
#include <UI/UI_Value.h>
#include <UT/UT_String.h>
#include <UT/UT_IntrusivePtr.h>
#include <SYS/SYS_AtomicInt.h>
#include <GA/GA_Types.h>
Go to the source code of this file.
Classes | |
class | OP3D_PickId |
class | OP3D_InputSelectorBase |
class | OP3D_InputSelectorBase |
Typedefs | |
typedef UT_Array< OP3D_PickId > | OP3D_PickIdArray |
typedef UT_Array < GU_SelectionHandle > | OP3D_SelectionHandles |
Enumerations | |
enum | OP3D_SelectionAction { OP3D_SELECT_ALL, OP3D_INVERT_SELECTION, OP3D_SELECT_NONE } |
typedef UT_Array<OP3D_PickId> OP3D_PickIdArray |
Definition at line 70 of file OP3D_InputSelectorBase.h.
Definition at line 71 of file OP3D_InputSelectorBase.h.
enum OP3D_SelectionAction |
Enumerator | |
---|---|
OP3D_SELECT_ALL | |
OP3D_INVERT_SELECTION | |
OP3D_SELECT_NONE |
Definition at line 48 of file OP3D_InputSelectorBase.h.