#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_EuclidIntersect (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual EUC_Expression * | cookExpression (OP_Context &context) |
Definition at line 112 of file SOP_Euclid.h.
| SOP_EuclidIntersect::SOP_EuclidIntersect | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [protected] |
Definition at line 325 of file SOP_Euclid.C.
| EUC_Expression * SOP_EuclidIntersect::cookExpression | ( | OP_Context & | context | ) | [protected, virtual] |
| OP_Node * SOP_EuclidIntersect::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
Definition at line 330 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()
}
Definition at line 117 of file SOP_Euclid.h.
1.5.9