#include <SOP_DetailAttrib.h>

Public Member Functions | |
| SOP_DetailAttrib (OP_Network *net, const char *, OP_Operator *entry) | |
| virtual | ~SOP_DetailAttrib () |
| virtual unsigned | disableParms () |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *net, const char *name, OP_Operator *entry) |
Static Public Attributes | |
| static PRM_Template | myTemplateList [] |
Protected Member Functions | |
| virtual OP_ERROR | cookMySop (OP_Context &context) |
| void | ATTRIBNAME (UT_String &str, float t) |
| float | VALUE (float t) |
Definition at line 34 of file SOP_DetailAttrib.h.
| SOP_DetailAttrib::SOP_DetailAttrib | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) |
Definition at line 75 of file SOP_DetailAttrib.C.
| SOP_DetailAttrib::~SOP_DetailAttrib | ( | ) | [virtual] |
| void HDK_Sample::SOP_DetailAttrib::ATTRIBNAME | ( | UT_String & | str, | |
| float | t | |||
| ) | [inline, protected] |
Definition at line 50 of file SOP_DetailAttrib.h.
| OP_ERROR SOP_DetailAttrib::cookMySop | ( | OP_Context & | context | ) | [protected, virtual] |
Implements SOP_Node.
Definition at line 95 of file SOP_DetailAttrib.C.
| unsigned SOP_DetailAttrib::disableParms | ( | void | ) | [virtual] |
Reimplemented from OP_Parameters.
Definition at line 86 of file SOP_DetailAttrib.C.
| OP_Node * SOP_DetailAttrib::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [static] |
| float HDK_Sample::SOP_DetailAttrib::VALUE | ( | float | t | ) | [inline, protected] |
Definition at line 53 of file SOP_DetailAttrib.h.
Initial value:
{
PRM_Template(PRM_STRING, 1, &sop_names[0], 0),
PRM_Template(PRM_FLT_J, 1, &sop_names[1], &sop_valueDefault, 0,
&sop_valueRange),
PRM_Template()
}
Definition at line 44 of file SOP_DetailAttrib.h.
1.5.9