#include <SOP_Pelt.h>

Public Member Functions | |
| SOP_Pelt (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual | ~SOP_Pelt () |
| virtual int | isRefInput (unsigned int i) const |
| virtual OP_ERROR | cookInputGroups (OP_Context &context, int alone=0) |
| virtual unsigned | disableParms () |
| void | getFrame (int &numpoints, GQ_Pelt::FramePoint *&framepoints, int &metacachecount) |
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 idx) const |
| virtual OP_ERROR | cookMySop (OP_Context &context) |
| void | pelt (OP_Context &context, const GB_EdgeGroup *group, const GEO_Face *frame, GEO_Primitive *hint, bool(*callback_func)(void *), void *callback_data) |
| virtual const GB_PrimitiveGroup * | parsePrimitiveGroup (const char *s, GU_Detail *gdp) |
Definition at line 50 of file SOP_Pelt.h.
| SOP_Pelt::SOP_Pelt | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) |
| virtual SOP_Pelt::~SOP_Pelt | ( | ) | [virtual] |
| virtual OP_ERROR SOP_Pelt::cookInputGroups | ( | OP_Context & | context, | |
| int | alone = 0 | |||
| ) | [virtual] |
Reimplemented from OP_Node.
| virtual OP_ERROR SOP_Pelt::cookMySop | ( | OP_Context & | context | ) | [protected, virtual] |
Implements SOP_Node.
| virtual unsigned SOP_Pelt::disableParms | ( | ) | [virtual] |
Reimplemented from OP_Parameters.
| void SOP_Pelt::getFrame | ( | int & | numpoints, | |
| GQ_Pelt::FramePoint *& | framepoints, | |||
| int & | metacachecount | |||
| ) |
| virtual const char* SOP_Pelt::inputLabel | ( | unsigned | idx | ) | const [protected, virtual] |
Reimplemented from OP_Node.
| virtual int SOP_Pelt::isRefInput | ( | unsigned int | i | ) | const [virtual] |
| static OP_Node* SOP_Pelt::myConstructor | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) | [static] |
| virtual const GB_PrimitiveGroup* SOP_Pelt::parsePrimitiveGroup | ( | const char * | s, | |
| GU_Detail * | gdp | |||
| ) | [protected, virtual] |
| void SOP_Pelt::pelt | ( | OP_Context & | context, | |
| const GB_EdgeGroup * | group, | |||
| const GEO_Face * | frame, | |||
| GEO_Primitive * | hint, | |||
| bool(*)(void *) | callback_func, | |||
| void * | callback_data | |||
| ) | [protected] |
PRM_Template SOP_Pelt::myTemplateList[] [static] |
Definition at line 65 of file SOP_Pelt.h.
1.5.9