HDK
|
#include <stdlib.h>
#include <UT/UT_DSOVersion.h>
#include <UT/UT_StringStream.h>
#include <PRM/PRM_Include.h>
#include <OP/OP_OperatorTable.h>
#include <OP/OP_Input.h>
#include <VOP/VOP_Operator.h>
#include "VOP_Switch.h"
Go to the source code of this file.
Enumerations | |
enum | { VOP_SWITCH_OOB_LAST, VOP_SWITCH_OOB_ZERO } |
Functions | |
void | newVopOperator (OP_OperatorTable *table) |
anonymous enum |
Enumerator | |
---|---|
VOP_SWITCH_OOB_LAST | |
VOP_SWITCH_OOB_ZERO |
Definition at line 73 of file VOP_Switch.C.
void newVopOperator | ( | OP_OperatorTable * | table | ) |
Definition at line 38 of file VOP_Switch.C.