#include <SOP_NURBS.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_NURBS (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual | ~SOP_NURBS () |
| virtual unsigned | disableParms () |
| Disable parameters according to other parameters. | |
| virtual OP_ERROR | cookMySop (OP_Context &context) |
| cookMySop does the actual work of the SOP computing | |
Definition at line 35 of file SOP_NURBS.h.
| SOP_NURBS::SOP_NURBS | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [protected] |
| SOP_NURBS::~SOP_NURBS | ( | ) | [protected, virtual] |
| OP_ERROR SOP_NURBS::cookMySop | ( | OP_Context & | context | ) | [protected, virtual] |
cookMySop does the actual work of the SOP computing
Implements SOP_Node.
Definition at line 94 of file SOP_NURBS.C.
| unsigned SOP_NURBS::disableParms | ( | void | ) | [protected, virtual] |
Disable parameters according to other parameters.
Reimplemented from OP_Parameters.
Definition at line 88 of file SOP_NURBS.C.
| OP_Node * SOP_NURBS::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
PRM_Template SOP_NURBS::myTemplateList [static] |
Initial value:
{
PRM_Template(PRM_INT,
PRM_Template::PRM_EXPORT_TBX,
2, &PRMdivName, PRMfourDefaults),
PRM_Template(PRM_INT,
PRM_Template::PRM_EXPORT_TBX,
2, &PRMorderName, PRMfourDefaults,
NULL, &PRMorderRange),
PRM_Template()
}
Definition at line 43 of file SOP_NURBS.h.
1.5.9