HDK
|
#include <SYS/SYS_Math.h>
#include <UT/UT_DSOVersion.h>
#include <OP/OP_OperatorTable.h>
#include <CH/CH_LocalVariable.h>
#include <PRM/PRM_Include.h>
#include <CHOP/PRM_ChopShared.h>
#include <CHOP/CHOP_Handle.h>
#include <OP/OP_Channels.h>
#include "CHOP_Stair.h"
Go to the source code of this file.
Macros | |
#define | START_HANDLE 1 |
#define | END_HANDLE 2 |
#define | OFFSET_HANDLE 3 |
Enumerations | |
enum | { VAR_C = 200, VAR_NC = 201 } |
Functions | |
CHOP_SWITCHER2 (4,"Stair", 8,"Channel") | |
void | newChopOperator (OP_OperatorTable *table) |
#define END_HANDLE 2 |
Definition at line 186 of file CHOP_Stair.C.
#define OFFSET_HANDLE 3 |
Definition at line 187 of file CHOP_Stair.C.
#define START_HANDLE 1 |
Definition at line 185 of file CHOP_Stair.C.
anonymous enum |
Enumerator | |
---|---|
VAR_C | |
VAR_NC |
Definition at line 112 of file CHOP_Stair.C.
CHOP_SWITCHER2 | ( | 4 | , |
"Stair" | , | ||
8 | , | ||
"Channel" | |||
) |
void newChopOperator | ( | OP_OperatorTable * | table | ) |
Definition at line 367 of file CHOP_Stair.C.