#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_EuclidLineFromPoints (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual EUC_Expression * | cookExpression (OP_Context &context) |
Definition at line 88 of file SOP_Euclid.h.
| SOP_EuclidLineFromPoints::SOP_EuclidLineFromPoints | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [protected] |
Definition at line 255 of file SOP_Euclid.C.
| EUC_Expression * SOP_EuclidLineFromPoints::cookExpression | ( | OP_Context & | context | ) | [protected, virtual] |
| OP_Node * SOP_EuclidLineFromPoints::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
Definition at line 260 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 93 of file SOP_Euclid.h.
1.5.9