#include <SOP_CustomBrush.h>

Public Member Functions | |
| SOP_CustomBrush (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual | ~SOP_CustomBrush () |
| virtual OP_ERROR | cookInputGroups (OP_Context &context, int alone=0) |
| void | updateData (int numpts, UT_RefArray< SOP_CustomBrushData > &data) |
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 OP_ERROR | cookMySop (OP_Context &context) |
| virtual OP_ERROR | save (ostream &os, const OP_SaveFlags &flags, const char *path_prefix) |
| virtual bool | load (UT_IStream &is, const char *extension, const char *path) |
| void | clearAll () |
Static Protected Member Functions | |
| static int | clearAllStatic (void *op, int, float time, const PRM_Template *) |
Definition at line 63 of file SOP_CustomBrush.h.
| SOP_CustomBrush::SOP_CustomBrush | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) |
Definition at line 168 of file SOP_CustomBrush.C.
| SOP_CustomBrush::~SOP_CustomBrush | ( | ) | [virtual] |
| void SOP_CustomBrush::clearAll | ( | ) | [protected] |
Definition at line 519 of file SOP_CustomBrush.C.
| int SOP_CustomBrush::clearAllStatic | ( | void * | op, | |
| int | , | |||
| float | time, | |||
| const PRM_Template * | ||||
| ) | [static, protected] |
Definition at line 511 of file SOP_CustomBrush.C.
| OP_ERROR SOP_CustomBrush::cookInputGroups | ( | OP_Context & | context, | |
| int | alone = 0 | |||
| ) | [virtual] |
Reimplemented from OP_Node.
Definition at line 181 of file SOP_CustomBrush.C.
| OP_ERROR SOP_CustomBrush::cookMySop | ( | OP_Context & | context | ) | [protected, virtual] |
Implements SOP_Node.
Definition at line 193 of file SOP_CustomBrush.C.
| bool SOP_CustomBrush::load | ( | UT_IStream & | is, | |
| const char * | extension, | |||
| const char * | path | |||
| ) | [protected, virtual] |
Reimplemented from SOP_Node.
Definition at line 416 of file SOP_CustomBrush.C.
| OP_Node * SOP_CustomBrush::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
Definition at line 163 of file SOP_CustomBrush.C.
| OP_ERROR SOP_CustomBrush::save | ( | ostream & | os, | |
| const OP_SaveFlags & | flags, | |||
| const char * | path_prefix | |||
| ) | [protected, virtual] |
Reimplemented from SOP_Node.
Definition at line 376 of file SOP_CustomBrush.C.
| void SOP_CustomBrush::updateData | ( | int | numpts, | |
| UT_RefArray< SOP_CustomBrushData > & | data | |||
| ) |
Definition at line 463 of file SOP_CustomBrush.C.
Initial value:
{
PRM_Template(PRM_STRING, 1, &PRMgroupName, 0, &SOP_Node::pointGroupMenu),
PRM_Template(PRM_XYZ_J, 3, &sopOriginName),
PRM_Template(PRM_XYZ_J, 3, &sopDirectionName),
PRM_Template(PRM_FLT_J, 1, &sopRadiusName, PRMoneDefaults),
PRM_Template(PRM_RGB_J, 3, &sopColorName, PRMoneDefaults),
PRM_Template(PRM_FLT_J, 1, &sopAlphaName, PRMpointOneDefaults),
PRM_Template(PRM_ORD, 1, &sopOperationName, &sopOperationDefault,
&sopOperationMenu),
PRM_Template(PRM_ORD, 1, &sopEventName, &sopEventDefault, &sopEventMenu),
PRM_Template(PRM_CALLBACK, 1, &sopClearAllName, 0, 0, 0, &clearAllStatic),
PRM_Template()
}
Definition at line 71 of file SOP_CustomBrush.h.
1.5.9