#include <POP_LocalForce.h>

Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *net, const char *name, OP_Operator *entry) |
Static Public Attributes | |
| static PRM_Template | myTemplateList [] |
| static OP_TemplatePair | myTemplatePair |
| static OP_VariablePair | myVariablePair |
Protected Member Functions | |
| POP_LocalForce (OP_Network *net, const char *name, OP_Operator *entry) | |
| virtual | ~POP_LocalForce (void) |
| virtual unsigned | disableParms (void) |
| virtual OP_ERROR | cookPop (OP_Context &context) |
Definition at line 51 of file POP_LocalForce.h.
| POP_LocalForce::POP_LocalForce | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [protected] |
Definition at line 127 of file POP_LocalForce.C.
| POP_LocalForce::~POP_LocalForce | ( | void | ) | [protected, virtual] |
| OP_ERROR POP_LocalForce::cookPop | ( | OP_Context & | context | ) | [protected, virtual] |
Implements POP_Node.
Definition at line 151 of file POP_LocalForce.C.
| unsigned POP_LocalForce::disableParms | ( | void | ) | [protected, virtual] |
Reimplemented from OP_Parameters.
Definition at line 105 of file POP_LocalForce.C.
| OP_Node * POP_LocalForce::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [static] |
Definition at line 119 of file POP_LocalForce.C.
Initial value:
{
PRM_Template(PRM_FLT_J, 1, &POPactivateName, PRMoneDefaults, 0,
&PRMunitRange),
PRM_Template(PRM_STRING, 1, &POPsourceName, 0,
&POP_Node::pointGroupMenu),
PRM_Template(PRM_XYZ_J, 3, &names[0]),
PRM_Template(PRM_DIRECTION, 3, &names[1], dirDefaults),
PRM_Template(PRM_FLT_J, 1, &names[2], PRMoneDefaults),
PRM_Template(PRM_FLT_J, 1, &names[3], PRMoneDefaults, 0, &lengthRange),
PRM_Template(PRM_FLT_J, 1, &names[4], PRMoneDefaults),
PRM_Template(PRM_TOGGLE, 1, &POPignoremassName),
PRM_Template(PRM_TOGGLE, 1, &POPoverridemassName),
PRM_Template(PRM_FLT_J, 1, &POPmassName, PRMoneDefaults, 0,
&POPmassRange),
PRM_Template()
}
Definition at line 58 of file POP_LocalForce.h.
Reimplemented from POP_LocalVar.
Definition at line 59 of file POP_LocalForce.h.
Reimplemented from POP_LocalVar.
Definition at line 60 of file POP_LocalForce.h.
1.5.9