#include <SOP_Euclid.h>

Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *, const char *, OP_Operator *) |
Static Public Attributes | |
| static PRM_Template | myTemplateList [] |
Protected Member Functions | |
| SOP_EuclidSelect (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual EUC_Expression * | cookExpression (OP_Context &context) |
| int | IDX (float t) |
Definition at line 124 of file SOP_Euclid.h.
| SOP_EuclidSelect::SOP_EuclidSelect | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [protected] |
Definition at line 361 of file SOP_Euclid.C.
| EUC_Expression * SOP_EuclidSelect::cookExpression | ( | OP_Context & | context | ) | [protected, virtual] |
| int HDK_Sample::SOP_EuclidSelect::IDX | ( | float | t | ) | [inline, protected] |
Definition at line 135 of file SOP_Euclid.h.
| OP_Node * SOP_EuclidSelect::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
Definition at line 366 of file SOP_Euclid.C.
Initial value:
{
PRM_Template(PRM_TOGGLE, 1, &names[1]),
PRM_Template(PRM_RGB_J, 3, &names[2], PRMoneDefaults),
PRM_Template(PRM_INT_J, 1, &names[0]),
PRM_Template()
}
Definition at line 129 of file SOP_Euclid.h.
1.5.9