#include <SOP_IKSample.h>

Public Member Functions | |
| SOP_IKSample (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual | ~SOP_IKSample () |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *, const char *, OP_Operator *) |
Static Public Attributes | |
| static PRM_Template | myTemplateList [] |
Protected Member Functions | |
| virtual const char * | inputLabel (unsigned input_index) const |
| Method to provide input labels. | |
| virtual OP_ERROR | cookMySop (OP_Context &context) |
| Method to cook geometry for the SOP. | |
Definition at line 55 of file SOP_IKSample.h.
| SOP_IKSample::SOP_IKSample | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) |
| SOP_IKSample::~SOP_IKSample | ( | ) | [virtual] |
| OP_ERROR SOP_IKSample::cookMySop | ( | OP_Context & | context | ) | [protected, virtual] |
Method to cook geometry for the SOP.
Implements SOP_Node.
Definition at line 185 of file SOP_IKSample.C.
| const char * SOP_IKSample::inputLabel | ( | unsigned | input_index | ) | const [protected, virtual] |
Method to provide input labels.
Reimplemented from OP_Node.
Definition at line 312 of file SOP_IKSample.C.
| OP_Node * SOP_IKSample::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
PRM_Template SOP_IKSample::myTemplateList [static] |
Initial value:
{
PRM_Template(PRM_FLT_J, 3, &names[0]),
PRM_Template(PRM_ANGLE_J, 1, &names[1], 0, 0, &PRMangleRange),
PRM_Template(PRM_FLT_J, 1, &names[2]),
PRM_Template(PRM_TOGGLE_J, 1, &names[3]),
PRM_Template(PRM_FLT_J, 1, &names[4], &sopThresholdDefault),
PRM_Template()
}
Definition at line 64 of file SOP_IKSample.h.
1.5.9